wok annotate tahoe-lafs/receipt @ rev 23169
updated mediainfo (19.04 -> 19.09)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 18 09:07:11 2020 +0100 (2020-03-18) |
parents | 5d50a02468c7 |
children | 83b97236db32 |
rev | line source |
---|---|
pascal@13244 | 1 # SliTaz package receipt. |
pascal@13244 | 2 |
pascal@13244 | 3 PACKAGE="tahoe-lafs" |
Hans-G?nter@22003 | 4 VERSION="1.13.0" |
pascal@13244 | 5 CATEGORY="system-tools" |
Hans-G?nter@22003 | 6 TAGS="filesystem backup" |
pascal@13244 | 7 SHORT_DESC="Cloud storage system." |
pascal@13244 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15590 | 9 LICENSE="GPL2" |
pascal@13244 | 10 WEB_SITE="https://tahoe-lafs.org/" |
pascal@13244 | 11 |
Hans-G?nter@22003 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@22003 | 13 WGET_URL="${WEB_SITE}downloads/$TARBALL" |
Hans-G?nter@22003 | 14 |
Hans-G?nter@22003 | 15 DEPENDS="pycrypto pyopenssl python python-foolscap python-mock python-pyasn1 \ |
Hans-G?nter@22003 | 16 python-pycryptopp python-simplejson python-zfec \ |
Hans-G?nter@22003 | 17 twisted zopeinterface" |
Hans-G?nter@22003 | 18 BUILD_DEPENDS="gmp-dev openssl-dev python-dev python-setuptools" |
pascal@13244 | 19 |
pascal@13244 | 20 # Rules to configure and make the package. |
pascal@13244 | 21 compile_rules() |
pascal@13244 | 22 { |
pascal@13244 | 23 python setup.py build |
pascal@13244 | 24 python setup.py install --root=$DESTDIR |
pascal@13244 | 25 } |
pascal@13244 | 26 |
al@18086 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@18086 | 28 genpkg_rules() |
pascal@13244 | 29 { |
pascal@15590 | 30 cp -a $install/usr $fs |
pascal@13244 | 31 } |