wok view tahoe-lafs/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 5d50a02468c7
children 83b97236db32
line source
1 # SliTaz package receipt.
3 PACKAGE="tahoe-lafs"
4 VERSION="1.13.0"
5 CATEGORY="system-tools"
6 TAGS="filesystem backup"
7 SHORT_DESC="Cloud storage system."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://tahoe-lafs.org/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="${WEB_SITE}downloads/$TARBALL"
15 DEPENDS="pycrypto pyopenssl python python-foolscap python-mock python-pyasn1 \
16 python-pycryptopp python-simplejson python-zfec \
17 twisted zopeinterface"
18 BUILD_DEPENDS="gmp-dev openssl-dev python-dev python-setuptools"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 python setup.py build
24 python setup.py install --root=$DESTDIR
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/usr $fs
31 }