wok diff python-pyrex/receipt @ rev 16649

libxfcegui4: xfce_setenv is removed in libxfce4util 4.11.0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 13 08:32:11 2014 +0000 (2014-05-13)
parents c57c251fb82b
children 7390f8de9846
line diff
     1.1 --- a/python-pyrex/receipt	Sun Feb 06 16:02:18 2011 +0000
     1.2 +++ b/python-pyrex/receipt	Tue May 13 08:32:11 2014 +0000
     1.3 @@ -5,23 +5,25 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Language for Writing Python Extension Modules."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="Apache"
     1.8  SOURCE="Pyrex"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/"
    1.11  WGET_URL="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/$TARBALL"
    1.12 +TAGS="python"
    1.13 +
    1.14  DEPENDS="python"
    1.15  BUILD_DEPENDS="python python-dev"
    1.16 -TAGS="python"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21  	cd $src
    1.22 -	python setup.py install --root="$PWD/_pkg" --prefix=/usr
    1.23 +	python setup.py install --root="$DESTDIR" --prefix=/usr
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29 -	cp -a $_pkg/usr $fs
    1.30 +	cp -a $install/usr $fs
    1.31  }