wok-next view tahoe-lafs/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d457c4e37c1b
children
line source
1 # SliTaz package receipt v2.
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/trac/tahoe-lafs"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="https://tahoe-lafs.org/downloads/$TARBALL"
15 BUILD_DEPENDS="gmp-dev openssl-dev python-dev"
17 compile_rules()
18 {
19 python -B setup.py build &&
20 python -B setup.py install --root=$install
21 }
23 genpkg_rules()
24 {
25 copy @std
27 DEPENDS="pycrypto python python-foolscap python-mock python-pyasn1
28 python-pycryptopp python-pyopenssl python-simplejson
29 python-twisted python-zfec python-zope.interface "
30 }