wok-4.x diff lighttpd/receipt @ rev 1136

misc receipt form chadi.elahmad@gmail.com
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 24 09:52:02 2008 +0000 (2008-07-24)
parents edd31fe73ba8
children abf5a1cc455a
line diff
     1.1 --- a/lighttpd/receipt	Wed Apr 23 12:19:27 2008 +0200
     1.2 +++ b/lighttpd/receipt	Thu Jul 24 09:52:02 2008 +0000
     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 \