diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template index 0eacb165007..d601b9d2075 100644 --- a/srcpkgs/lighttpd/template +++ b/srcpkgs/lighttpd/template @@ -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 " 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