wok diff editobj/receipt @ rev 17814

Add xdg-user-dirs
author Yuri Pourre <yuripourre@gmail.com>
date Sat Mar 21 12:32:51 2015 -0300 (2015-03-21)
parents 81200a5ef6b9
children 16df76e1fc6a
line diff
     1.1 --- a/editobj/receipt	Thu Nov 03 23:13:21 2011 +0100
     1.2 +++ b/editobj/receipt	Sat Mar 21 12:32:51 2015 -0300
     1.3 @@ -6,6 +6,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Dialog box generator for Python objects."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://home.gna.org/oomadness/en/$PACKAGE/"
    1.10  WGET_URL="http://download.gna.org/songwrite/$TARBALL"
    1.11 @@ -23,5 +24,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  }