wok annotate tahoe-lafs/receipt @ rev 20700

updated afio (2.5.1 -> 2.5.2)
author Hans-G?nter Theisgen
date Tue Feb 05 17:01:36 2019 +0100 (2019-02-05)
parents 4eebed152486
children 5d50a02468c7
rev   line source
pascal@13244 1 # SliTaz package receipt.
pascal@13244 2
pascal@13244 3 PACKAGE="tahoe-lafs"
pascal@18223 4 VERSION="1.10.1"
pascal@13244 5 CATEGORY="system-tools"
pascal@13244 6 SHORT_DESC="Cloud storage system."
pascal@13244 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15590 8 LICENSE="GPL2"
pascal@13244 9 TARBALL="allmydata-tahoe-$VERSION.zip"
pascal@13244 10 WEB_SITE="https://tahoe-lafs.org/"
pascal@13244 11 WGET_URL="${WEB_SITE}source/$PACKAGE/releases/$TARBALL"
pascal@13244 12 TAGS="filesystem backup"
pascal@13244 13
pascal@13244 14 DEPENDS="python setuptools python-simplejson zopeinterface twisted pyopenssl \
pascal@18222 15 pycrypto python-zfec python-foolscap python-pyasn1 python-mock \
pascal@18222 16 python-pycryptopp"
pascal@13406 17 BUILD_DEPENDS="wget python-dev gmp-dev openssl-dev"
pascal@13244 18
pascal@13244 19 # Rules to configure and make the package.
pascal@13244 20 compile_rules()
pascal@13244 21 {
pascal@13244 22 python setup.py build
pascal@13244 23 python setup.py install --root=$DESTDIR
pascal@13244 24 }
pascal@13244 25
al@18086 26 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18086 27 genpkg_rules()
pascal@13244 28 {
pascal@15590 29 cp -a $install/usr $fs
pascal@13244 30 }