wok diff python-xlib/receipt @ rev 15376

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 18 22:13:53 2013 +0000 (2013-10-18)
parents 2f79d601d5bc
children b50529e1ec04
line diff
     1.1 --- a/python-xlib/receipt	Thu Nov 03 17:16:52 2011 +0100
     1.2 +++ b/python-xlib/receipt	Fri Oct 18 22:13:53 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="X client library for Python programs. ."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL3
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://$PACKAGE.sourceforge.net/"
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 @@ -22,5 +23,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  }