wok diff lighttpd/receipt @ rev 1153

glibc: build deps and genpkg all splited packages
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jul 27 00:57:59 2008 +0200 (2008-07-27)
parents edd31fe73ba8
children abf5a1cc455a
line diff
     1.1 --- a/lighttpd/receipt	Wed Apr 23 12:19:27 2008 +0200
     1.2 +++ b/lighttpd/receipt	Sun Jul 27 00:57:59 2008 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lighttpd"
     1.7 -VERSION="1.4.19"
     1.8 +VERSION="1.4.19-1"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Fast and light HTTP Web server."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -10,7 +10,8 @@
    1.13  SUGGESTED="lighttpd-modules php perl python"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://www.lighttpd.net/"
    1.16 -WGET_URL="http://www.lighttpd.net/download/$TARBALL"
    1.17 +#WGET_URL="http://www.lighttpd.net/download/$TARBALL"
    1.18 +WGET_URL="http://mirror.slitaz.org/sources/packages/l/$TARBALL"
    1.19  BASE_MODULES="
    1.20  access
    1.21  accesslog
    1.22 @@ -27,6 +28,7 @@
    1.23  compile_rules()
    1.24  {
    1.25  	cd $src
    1.26 +	patch -i ../stuff/fastcgi_detach.patch || exit 1
    1.27  	./configure \
    1.28  		--enable-shared \
    1.29  		--disable-ipv6 \