wok diff egenix-mx-base/receipt @ rev 17864
Up: netsurf (3.3)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Mar 25 16:55:26 2015 +0200 (2015-03-25) |
parents | 4ddb71955a8e |
children | 16df76e1fc6a |
line diff
1.1 --- a/egenix-mx-base/receipt Mon Aug 11 11:01:15 2008 +0000 1.2 +++ b/egenix-mx-base/receipt Wed Mar 25 16:55:26 2015 +0200 1.3 @@ -5,9 +5,11 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="eGenix.com mx Extension series." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="PSL" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.egenix.com/products/python/mxBase/" 1.10 WGET_URL="http://downloads.egenix.com/python/$TARBALL" 1.11 + 1.12 DEPENDS="python" 1.13 BUILD_DEPENDS="python python-dev" 1.14 1.15 @@ -15,12 +17,11 @@ 1.16 compile_rules() 1.17 { 1.18 cd $src 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 - cp -a $_pkg/usr $fs 1.27 + cp -a $install/usr $fs 1.28 } 1.29 -