wok-current diff lighttpd-ssl/receipt @ rev 15821
Up: bazaar-tools to 2.6.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Jan 24 07:06:27 2014 +0000 (2014-01-24) |
parents | 2a5cc8208d36 |
children | ade0043b3fac |
line diff
1.1 --- a/lighttpd-ssl/receipt Sun Oct 20 22:08:25 2013 +0000 1.2 +++ b/lighttpd-ssl/receipt Fri Jan 24 07:06:27 2014 +0000 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lighttpd-ssl" 1.7 -VERSION="1.4.30" 1.8 +VERSION="1.4.33" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Fast and light HTTP Web server with SSL support." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="BSD" 1.13 SUGGESTED="lighttpd-modules php perl python" 1.14 SOURCE="lighttpd" 1.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 1.16 +TARBALL="$SOURCE-$VERSION.tar.xz" 1.17 WEB_SITE="http://www.lighttpd.net/" 1.18 WGET_URL="http://download.lighttpd.net/lighttpd/releases-1.4.x/$TARBALL" 1.19 CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf /etc/ssl/lighttpd" 1.20 @@ -32,10 +32,7 @@ 1.21 compile_rules() 1.22 { 1.23 cd $src 1.24 - if [ ! done.fastcgi_detach.patch ]; then 1.25 - patch -i $WOK/$SOURCE/stuff/fastcgi_detach.patch || return 1 1.26 - touch done.fastcgi_detach.patch 1.27 - fi 1.28 + sed -i '/addrs_left/d' src/mod_extforward.c 1.29 ./configure \ 1.30 --enable-shared \ 1.31 --disable-ipv6 \ 1.32 @@ -45,7 +42,7 @@ 1.33 --mandir=/usr/share/man \ 1.34 $CONFIGURE_ARGS && 1.35 make && 1.36 - make DESTDIR=$PWD/_pkg install 1.37 + make DESTDIR=$DESTDIR install 1.38 } 1.39 1.40 # Rules to gen a SliTaz package suitable for Tazpkg. 1.41 @@ -53,14 +50,14 @@ 1.42 genpkg_rules() 1.43 { 1.44 mkdir -p $fs/usr 1.45 - #cp -a $_pkg/usr/bin $fs/usr 1.46 - cp -a $_pkg/usr/sbin $fs/usr 1.47 + #cp -a $install/usr/bin $fs/usr 1.48 + cp -a $install/usr/sbin $fs/usr 1.49 1.50 # Modules. 1.51 mkdir -p $fs/usr/lib/lighttpd 1.52 for module in $BASE_MODULES 1.53 do 1.54 - cp $_pkg/usr/lib/lighttpd/mod_${module}.so $fs/usr/lib/lighttpd 1.55 + cp $install/usr/lib/lighttpd/mod_${module}.so $fs/usr/lib/lighttpd 1.56 echo -n "Copying : mod_${module}.so" && status 1.57 done 1.58