wok diff python-pypdf/receipt @ rev 15957

Add: compiz-plugins-extra + compiz-plugins-unsupported
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 23 19:58:48 2014 +0100 (2014-02-23)
parents ad73f7efcc3d
children 7390f8de9846
line diff
     1.1 --- a/python-pypdf/receipt	Fri Jun 12 11:12:54 2009 +0000
     1.2 +++ b/python-pypdf/receipt	Sun Feb 23 19:58:48 2014 +0100
     1.3 @@ -6,6 +6,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="A Pure-Python library built as a PDF tookit."
     1.6  MAINTAINER="claudinei@slitaz.org"
     1.7 +LICENSE="BSD"
     1.8  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://pybrary.net/pyPdf"
    1.10  WGET_URL="$WEB_SITE/$TARBALL"
    1.11 @@ -16,14 +17,14 @@
    1.12  compile_rules()
    1.13  {
    1.14  	cd $src
    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  	mkdir -p $fs/usr
    1.23 -	cp -a $_pkg/usr $fs
    1.24 +	cp -a $install/usr $fs
    1.25  }
    1.26  
    1.27  # Remove old package.