wok diff distcc/receipt @ rev 8894
Made lighttpd and lighttpd-ssl only backup vhosts.conf and lighttpd.conf in /etc/lighttpd folder. Doesn't need to backup full /etc/lighttpd folder cause only those files would be affected.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 27 13:44:14 2011 +0000 (2011-02-27) |
parents | 0aac1ee82f7e |
children | c2f84a816b96 |
line diff
1.1 --- a/distcc/receipt Thu Jan 21 00:26:43 2010 +0100 1.2 +++ b/distcc/receipt Sun Feb 27 13:44:14 2011 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Distributed compilation for C/C++" 1.5 MAINTAINER="erjo@slitaz.org" 1.6 DEPENDS="popt lzo" 1.7 -DEPENDS="popt-dev lzo-dev" 1.8 +BUILD_DEPENDS="popt-dev lzo-dev" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://distcc.org" 1.11 WGET_URL="http://distcc.googlecode.com/files/$TARBALL"