wok diff tahoe-lafs/receipt @ rev 16400

pxe-kexec: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 16 10:06:59 2014 +0000 (2014-04-16)
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 Apr 16 10:06:59 2014 +0000
     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  }