wok diff python-pydot/receipt @ rev 17420
Up tazusb (4.2.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 03 21:07:02 2014 +0100 (2014-12-03) |
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 Wed Dec 03 21:07:02 2014 +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.