wok diff tahoe-lafs/receipt @ rev 16792
Add libjson
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 02 20:52:57 2014 +0200 (2014-07-02) |
parents | f43649713c8d |
children | 9689f1b75619 |
line diff
1.1 --- a/tahoe-lafs/receipt Fri Sep 28 18:43:44 2012 +0200 1.2 +++ b/tahoe-lafs/receipt Wed Jul 02 20:52:57 2014 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Cloud storage system." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="allmydata-tahoe-$VERSION.zip" 1.9 WEB_SITE="https://tahoe-lafs.org/" 1.10 WGET_URL="${WEB_SITE}source/$PACKAGE/releases/$TARBALL" 1.11 @@ -25,5 +26,5 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - cp -a $_pkg/usr $fs 1.16 + cp -a $install/usr $fs 1.17 }