wok diff lighttpd/receipt @ rev 640

Add: libusb (usbutils + sane dep)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 22 02:02:17 2008 +0200 (2008-04-22)
parents eb4e6a1af180
children edd31fe73ba8
line diff
     1.1 --- a/lighttpd/receipt	Thu Mar 13 10:38:19 2008 +0000
     1.2 +++ b/lighttpd/receipt	Tue Apr 22 02:02:17 2008 +0200
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lighttpd"
     1.7 -VERSION="1.4.18"
     1.8 +VERSION="1.4.19"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Fast and light HTTP Web server."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -DEPENDS="php"
    1.13 +DEPENDS="pcre"
    1.14  BUILD_DEPENDS="pcre-dev"
    1.15 +SUGGESTED="lighttpd-modules php perl python"
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WEB_SITE="http://www.lighttpd.net/"
    1.18  WGET_URL="http://www.lighttpd.net/download/$TARBALL"
    1.19 @@ -28,9 +29,13 @@
    1.20  compile_rules()
    1.21  {
    1.22  	cd $src
    1.23 -	./configure -enable-shared --disable-ipv6 --prefix=/usr \
    1.24 -    --libdir=/usr/lib/lighttpd --mandir=/usr/share/man \
    1.25 -    $CONFIGURE_ARGS
    1.26 +	./configure \
    1.27 +		--enable-shared \
    1.28 +		--disable-ipv6 \
    1.29 +		--prefix=/usr \
    1.30 +    	--libdir=/usr/lib/lighttpd \
    1.31 +    	--mandir=/usr/share/man \
    1.32 +    	$CONFIGURE_ARGS
    1.33  	make
    1.34  	make DESTDIR=$PWD/_pkg install
    1.35  }