wok diff python-pydot/receipt @ rev 15520

Up: thunderbird-langpack-pt_PT (17.0.10esr)
author Dominique Corbex <domcox@slitaz.org>
date Tue Nov 19 22:24:29 2013 +0100 (2013-11-19)
parents aa7d170708a9
children c0f78f4c829d
line diff
     1.1 --- a/python-pydot/receipt	Fri Jun 12 23:10:19 2009 +0000
     1.2 +++ b/python-pydot/receipt	Tue Nov 19 22:24:29 2013 +0100
     1.3 @@ -6,9 +6,11 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Python interface to Graphviz's dot language."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://code.google.com/p/pydot/"
    1.10  WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL"
    1.11 +
    1.12  DEPENDS="python python-pyparsing graphviz"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15 @@ -16,14 +18,14 @@
    1.16  {
    1.17  	cd $src
    1.18  	python setup.py build
    1.19 -	python setup.py install --root=$PWD/_pkg
    1.20 +	python setup.py install --root=$DESTDIR
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26  	mkdir -p $fs/usr
    1.27 -	cp -a $_pkg/usr/lib $fs/usr
    1.28 +	cp -a $install/usr/lib $fs/usr
    1.29  }
    1.30  
    1.31  # Remove old package.