wok diff tahoe-lafs/receipt @ rev 18115
glib-dev,qcad: clean files.list.lzma, fix overwriting(for what?) get-scripts $depends
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Jun 06 21:23:13 2015 +0200 (2015-06-06) |
parents | 9689f1b75619 |
children | 4eebed152486 |
line diff
1.1 --- a/tahoe-lafs/receipt Tue Dec 30 10:01:09 2014 +0100 1.2 +++ b/tahoe-lafs/receipt Sat Jun 06 21:23:13 2015 +0200 1.3 @@ -12,19 +12,18 @@ 1.4 TAGS="filesystem backup" 1.5 1.6 DEPENDS="python setuptools python-simplejson zopeinterface twisted pyopenssl \ 1.7 -pycrypto zfec foolscap pyasn1 python-mock python-pycryptopp" 1.8 +pycrypto zfec foolscap pyasn1 python-mock python-pycryptopp" 1.9 BUILD_DEPENDS="wget python-dev gmp-dev openssl-dev" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 - cd $src 1.15 python setup.py build 1.16 python setup.py install --root=$DESTDIR 1.17 } 1.18 1.19 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.20 -genpkg_rules() 1.21 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.22 +genpkg_rules() 1.23 { 1.24 cp -a $install/usr $fs 1.25 }