lighttpd: move to usr/bin.
This commit is contained in:
parent
6560f216ba
commit
4ab5c63ca8
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lighttpd'
|
# Template file for 'lighttpd'
|
||||||
pkgname=lighttpd
|
pkgname=lighttpd
|
||||||
version=1.4.35
|
version=1.4.35
|
||||||
revision=9
|
revision=10
|
||||||
makedepends="libmysqlclient-devel lua-devel libxml2-devel sqlite-devel gdbm-devel pcre-devel libressl-devel fcgi-devel"
|
makedepends="libmysqlclient-devel lua-devel libxml2-devel sqlite-devel gdbm-devel pcre-devel libressl-devel fcgi-devel"
|
||||||
hostmakedepends="automake pkg-config pcre-devel libtool"
|
hostmakedepends="automake pkg-config pcre-devel libtool"
|
||||||
conf_files="/etc/lighttpd/lighttpd.conf"
|
conf_files="/etc/lighttpd/lighttpd.conf"
|
||||||
|
@ -19,6 +19,7 @@ distfiles="http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${versi
|
||||||
checksum=4a71c1f6d8af41ed894b507720c4c17184dc320590013881d5170ca7f15c5bf7
|
checksum=4a71c1f6d8af41ed894b507720c4c17184dc320590013881d5170ca7f15c5bf7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
|
--sbindir=/usr/bin \
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
--libdir=/usr/lib/lighttpd/modules/ \
|
--libdir=/usr/lib/lighttpd/modules/ \
|
||||||
--sysconfdir=/etc/lighttpd \
|
--sysconfdir=/etc/lighttpd \
|
||||||
|
|
Loading…
Reference in New Issue