wok diff lighttpd/receipt @ rev 4572

Up: lighttpd (1.4.25) - bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Dec 08 22:04:42 2009 +0100 (2009-12-08)
parents ac3025c2f81a
children 3cd6aeac5cb4
line diff
     1.1 --- a/lighttpd/receipt	Tue Mar 10 11:57:24 2009 +0000
     1.2 +++ b/lighttpd/receipt	Tue Dec 08 22:04:42 2009 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lighttpd"
     1.7 -VERSION="1.4.22"
     1.8 +VERSION="1.4.25"
     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,7 @@
    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://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.25.tar.gz$TARBALL"
    1.18  CONFIG_FILES="/etc/lighttpd"
    1.19  BASE_MODULES="
    1.20  access
    1.21 @@ -48,9 +48,9 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr
    1.25 -	cp -a $_pkg/usr/bin $fs/usr
    1.26 +	#cp -a $_pkg/usr/bin $fs/usr
    1.27  	cp -a $_pkg/usr/sbin $fs/usr
    1.28 -	
    1.29 +
    1.30  	# Modules.
    1.31  	mkdir -p $fs/usr/lib/lighttpd
    1.32  	for module in $BASE_MODULES
    1.33 @@ -58,13 +58,13 @@
    1.34  		cp $_pkg/usr/lib/lighttpd/mod_${module}.so $fs/usr/lib/lighttpd
    1.35  		echo -n "Copying : mod_${module}.so" && status
    1.36  	done
    1.37 -	
    1.38 +
    1.39  	# Server root and config file.
    1.40  	cp -a stuff/var $fs
    1.41  	cp -a stuff/etc $fs
    1.42  	chown -R 0.0 $fs/var/www
    1.43  	chown -R 0.0 $fs/etc
    1.44 -	
    1.45 +
    1.46  	# Logs directory.
    1.47  	mkdir -p $fs/var/log/lighttpd
    1.48  	chown 80.80 $fs/var/log/lighttpd