wok diff pycrypto/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 0177abfea307
children 24964bf566b2
line diff
     1.1 --- a/pycrypto/receipt	Thu Feb 05 15:04:05 2009 +0000
     1.2 +++ b/pycrypto/receipt	Sun Feb 27 13:44:14 2011 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.amk.ca/python/code/crypto"
     1.6  WGET_URL="http://www.amk.ca/files/python/crypto/$TARBALL"
     1.7 -DEPENDS="python"
     1.8 +DEPENDS="python gmp"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()