wok-next annotate tahoe-lafs/receipt @ rev 14730
Up xorg-xf86-video-ati (7.1.0), xorg-xf86-video-fbdev (0.4.3), xorg-xf86-video-geode (2.11.14), xorg-xf86-video-i740 (1.3.4), xorg-xf86-video-neomagic (1.2.7), xorg-xf86-video-nv (2.1.20), xorg-xf86-video-s3 (0.6.5), xorg-xf86-video-trident (1.3.6), xorg-xf86-video-vesa (2.3.2), xorg-xf86-video-vmware (13.0.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 13 10:45:31 2013 +0200 (2013-06-13) |
parents | 5da1a54fd524 |
children | 600aaedb561d |
rev | line source |
---|---|
pascal@13244 | 1 # SliTaz package receipt. |
pascal@13244 | 2 |
pascal@13244 | 3 PACKAGE="tahoe-lafs" |
pascal@13244 | 4 VERSION="1.9.1" |
pascal@13244 | 5 CATEGORY="system-tools" |
pascal@13244 | 6 SHORT_DESC="Cloud storage system." |
pascal@13244 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@13244 | 8 TARBALL="allmydata-tahoe-$VERSION.zip" |
pascal@13244 | 9 WEB_SITE="https://tahoe-lafs.org/" |
pascal@13244 | 10 WGET_URL="${WEB_SITE}source/$PACKAGE/releases/$TARBALL" |
pascal@13244 | 11 TAGS="filesystem backup" |
pascal@13244 | 12 |
pascal@13244 | 13 DEPENDS="python setuptools python-simplejson zopeinterface twisted pyopenssl \ |
pascal@13244 | 14 pycrypto zfec foolscap pyasn1 mock pycryptopp" |
pascal@13406 | 15 BUILD_DEPENDS="wget python-dev gmp-dev openssl-dev" |
pascal@13244 | 16 |
pascal@13244 | 17 # Rules to configure and make the package. |
pascal@13244 | 18 compile_rules() |
pascal@13244 | 19 { |
pascal@13244 | 20 cd $src |
pascal@13244 | 21 python setup.py build |
pascal@13244 | 22 python setup.py install --root=$DESTDIR |
pascal@13244 | 23 } |
pascal@13244 | 24 |
pascal@13244 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13244 | 26 genpkg_rules() |
pascal@13244 | 27 { |
pascal@13244 | 28 cp -a $_pkg/usr $fs |
pascal@13244 | 29 } |