mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 07:22:56 +02:00
parent
b57c9829fa
commit
0a35728e31
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lighttpd'
|
||||
pkgname=lighttpd
|
||||
version=1.4.55
|
||||
revision=4
|
||||
version=1.4.57
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Dwith_bzip=true -Dwith_fam=false -Dwith_gdbm=true
|
||||
-Dwith_geoip=false -Dwith_krb5=true -Dwith_ldap=true -Dwith_libev=true
|
||||
|
@ -18,13 +18,17 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://lighttpd.net"
|
||||
distfiles="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.xz"
|
||||
checksum=6a0b50e9c9d5cc3d9e48592315c25a2d645858f863e1ccd120507a30ce21e927
|
||||
checksum=52ca961b89c12f7ecbb2e4e0c5a9e79b2863c64e33c42832a165e7f894d6217f
|
||||
|
||||
conf_files="/etc/lighttpd/lighttpd.conf"
|
||||
system_accounts="_${pkgname}"
|
||||
_lighttpd_homedir="/srv/www/${pkgname}"
|
||||
lib32disabled=yes
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
make_dirs="
|
||||
/srv/www/lighttpd 0755 _lighttpd _lighttpd
|
||||
/var/log/lighttpd 0755 _lighttpd _lighttpd"
|
||||
|
|
Loading…
Add table
Reference in a new issue