lighttpd: update to 1.4.48.
This commit is contained in:
parent
e084eaf90d
commit
71adb40146
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'lighttpd'
|
||||
pkgname=lighttpd
|
||||
version=1.4.47
|
||||
version=1.4.48
|
||||
revision=1
|
||||
makedepends="libuuid-devel libmysqlclient-devel lua-devel libxml2-devel
|
||||
sqlite-devel gdbm-devel pcre-devel libressl-devel fcgi-devel libldap-devel"
|
||||
sqlite-devel gdbm-devel pcre-devel libressl-devel fcgi-devel libldap-devel attr-devel"
|
||||
hostmakedepends="automake pkg-config libtool"
|
||||
conf_files="/etc/lighttpd/lighttpd.conf"
|
||||
system_accounts="_${pkgname}"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|||
license="2-clause-BSD"
|
||||
homepage="http://lighttpd.net"
|
||||
distfiles="http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.xz"
|
||||
checksum=e47e64a9cc2b824c45792a6b1a5542945956e77ede3454845f42548495946c1c
|
||||
checksum=0f8ad5aac7529d7b948b9d7e8cd0b4a9e177309d85d6bf6516e28e6e40d74f36
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--sbindir=/usr/bin \
|
||||
|
@ -40,6 +40,9 @@ lib32disabled=yes
|
|||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
do_check() {
|
||||
make check
|
||||
}
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
vsv lighttpd
|
||||
|
|
Loading…
Reference in New Issue