wok rev 127

Set lighttpd BUILD_DEPENDS (pcre-dev)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 06 17:04:58 2008 +0100 (2008-01-06)
parents cef0dff31baa
children 4c67ba1f796f
files lighttpd/receipt
line diff
     1.1 --- a/lighttpd/receipt	Sun Jan 06 14:01:40 2008 +0100
     1.2 +++ b/lighttpd/receipt	Sun Jan 06 17:04:58 2008 +0100
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Fast and light HTTP Web server."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="php"
     1.7 +BUILD_DEPENDS="pcre-dev"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.lighttpd.net/"
    1.10  WGET_URL="http://www.lighttpd.net/download/$TARBALL"
    1.11 @@ -73,8 +74,8 @@
    1.12  }
    1.13  post_install()
    1.14  {
    1.15 -        local root
    1.16 -        root=$1
    1.17 +	local root
    1.18 +	root=$1
    1.19  	echo "Processing post-install commands..."
    1.20  	# Just in case.
    1.21  	chown www.www $root/var/log/$PACKAGE