wok-next diff python-lxml/receipt @ rev 15379
Add some licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 20 22:08:25 2013 +0000 (2013-10-20) |
parents | 28aad63e4fd6 |
children | 1019443a6c35 |
line diff
1.1 --- a/python-lxml/receipt Tue Feb 15 02:13:01 2011 +0000 1.2 +++ b/python-lxml/receipt Sun Oct 20 22:08:25 2013 +0000 1.3 @@ -5,10 +5,12 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Pythonic binding for the libxml2 and libxslt libraries.." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="BSD GPL PSF" 1.8 SOURCE="lxml" 1.9 TARBALL="$SOURCE-$VERSION.tgz" 1.10 WEB_SITE="http://codespeak.net/lxml/" 1.11 WGET_URL="${WEB_SITE}${TARBALL}" 1.12 + 1.13 DEPENDS="python libxml2 libxslt zlib" 1.14 BUILD_DEPENDS="python libxml2 libxml2-dev libxslt libxslt-dev setuptools" 1.15 1.16 @@ -16,12 +18,12 @@ 1.17 compile_rules() 1.18 { 1.19 cd $src 1.20 - make && python setup.py install --root=$PWD/_pkg 1.21 + make && python setup.py install --root=$DESTDIR 1.22 } 1.23 1.24 # Rules to gen a SliTaz package suitable for Tazpkg. 1.25 genpkg_rules() 1.26 { 1.27 - cp -a $_pkg/usr $fs 1.28 + cp -a $install/usr $fs 1.29 } 1.30