wok diff python-pyalsaaudio/receipt @ rev 15897
Up tazinst-gui (3.95)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Wed Feb 12 23:00:12 2014 +0100 (2014-02-12) |
parents | d0fd1116fafe |
children | 86790a278e70 |
line diff
1.1 --- a/python-pyalsaaudio/receipt Wed May 25 11:31:16 2011 +0200 1.2 +++ b/python-pyalsaaudio/receipt Wed Feb 12 23:00:12 2014 +0100 1.3 @@ -5,23 +5,25 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="ALSA wrapper for Python." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="PSL" 1.8 SOURCE="pyalsaaudio" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="http://sourceforge.net/projects/pyalsaaudio/" 1.11 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 1.12 +TAGS="python" 1.13 + 1.14 DEPENDS="alsa-lib python" 1.15 BUILD_DEPENDS="python python-dev alsa-lib-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 1.23 + python setup.py install --root=$DESTDIR 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 }