wok view tahoe-lafs/receipt @ rev 21845

updated rox packages (2.8 -> 2.11)
author Hans-G?nter Theisgen
date Sun Sep 15 11:06:31 2019 +0100 (2019-09-15)
parents e433cf783492
children 571d4eaa24d6
line source
1 # SliTaz package receipt.
3 PACKAGE="tahoe-lafs"
4 VERSION="1.10.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Cloud storage system."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="allmydata-tahoe-$VERSION.zip"
10 WEB_SITE="https://tahoe-lafs.org/"
11 WGET_URL="${WEB_SITE}source/$PACKAGE/releases/$TARBALL"
12 TAGS="filesystem backup"
14 DEPENDS="python python-setuptools python-simplejson zopeinterface twisted pyopenssl \
15 pycrypto python-zfec python-foolscap python-pyasn1 python-mock \
16 python-pycryptopp"
17 BUILD_DEPENDS="wget python-dev gmp-dev openssl-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 python setup.py build
23 python setup.py install --root=$DESTDIR
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs
30 }