wok diff python-pyparsing/receipt @ rev 16374

Up: slitaz-configs (5.4) Getting ready for 5.0-RC1
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 19:59:46 2014 +0200 (2014-04-14)
parents aa7d170708a9
children 2e5434fe0bdb
line diff
     1.1 --- a/python-pyparsing/receipt	Fri Jun 12 23:10:19 2009 +0000
     1.2 +++ b/python-pyparsing/receipt	Mon Apr 14 19:59:46 2014 +0200
     1.3 @@ -6,6 +6,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Fuse Filsystem in user space."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://pyparsing.wikispaces.com/"
    1.10  WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
    1.11 @@ -17,13 +18,13 @@
    1.12  {
    1.13  	cd $src
    1.14  	python setup.py build &&
    1.15 -	python setup.py install --root=$PWD/_pkg
    1.16 +	python setup.py install --root=$DESTDIR
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	cp -a $_pkg/usr $fs
    1.23 +	cp -a $install/usr $fs
    1.24  }
    1.25  
    1.26  # Remove old package.