wok-next annotate 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 |
rev | line source |
---|---|
al@21020 | 1 # SliTaz package receipt v2. |
pascal@13244 | 2 |
pascal@13244 | 3 PACKAGE="tahoe-lafs" |
Hans-G?nter@21467 | 4 VERSION="1.13.0" |
pascal@13244 | 5 CATEGORY="system-tools" |
Hans-G?nter@21467 | 6 TAGS="filesystem backup" |
al@21020 | 7 SHORT_DESC="Cloud storage system" |
pascal@13244 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15590 | 9 LICENSE="GPL2" |
al@21041 | 10 WEB_SITE="https://tahoe-lafs.org/trac/tahoe-lafs" |
al@21020 | 11 |
Hans-G?nter@21467 | 12 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
Hans-G?nter@21467 | 13 WGET_URL="https://tahoe-lafs.org/downloads/$TARBALL" |
pascal@13244 | 14 |
Hans-G?nter@21467 | 15 BUILD_DEPENDS="gmp-dev openssl-dev python-dev" |
pascal@13244 | 16 |
Hans-G?nter@21467 | 17 compile_rules() |
Hans-G?nter@21467 | 18 { |
al@21020 | 19 python -B setup.py build && |
al@21020 | 20 python -B setup.py install --root=$install |
pascal@13244 | 21 } |
pascal@13244 | 22 |
Hans-G?nter@21467 | 23 genpkg_rules() |
Hans-G?nter@21467 | 24 { |
al@21020 | 25 copy @std |
Hans-G?nter@21467 | 26 |
Hans-G?nter@21467 | 27 DEPENDS="pycrypto python python-foolscap python-mock python-pyasn1 |
Hans-G?nter@21467 | 28 python-pycryptopp python-pyopenssl python-simplejson |
Hans-G?nter@21467 | 29 python-twisted python-zfec python-zope.interface " |
pascal@13244 | 30 } |