diff options
author | sibel <lesibel@free.fr> | 2010-12-29 15:52:11 +0000 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-29 15:52:11 +0000 |
commit | 7442f922d5b80fe25ff1c09f27914df8b9674d00 (patch) | |
tree | db991b1b143d193cb025492cdbf1d10f9d69b6e7 /extra/pyalsaaudio/Pkgfile | |
parent | b07abbe4c530fb77447cddfec17e0089dc64d5e8 (diff) | |
download | nutyx-pakxe-7442f922d5b80fe25ff1c09f27914df8b9674d00.tar.gz nutyx-pakxe-7442f922d5b80fe25ff1c09f27914df8b9674d00.tar.bz2 nutyx-pakxe-7442f922d5b80fe25ff1c09f27914df8b9674d00.tar.xz nutyx-pakxe-7442f922d5b80fe25ff1c09f27914df8b9674d00.zip |
pyalsaaudio#0.6-1, maj python
Diffstat (limited to 'extra/pyalsaaudio/Pkgfile')
-rw-r--r-- | extra/pyalsaaudio/Pkgfile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/extra/pyalsaaudio/Pkgfile b/extra/pyalsaaudio/Pkgfile index 6db6463e7..e76a2cc4c 100644 --- a/extra/pyalsaaudio/Pkgfile +++ b/extra/pyalsaaudio/Pkgfile @@ -2,7 +2,9 @@ # URL: http://www.cairographics.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: python alsa-lib +# Depends on: + +#python alsa-lib name=pyalsaaudio version=0.6 @@ -11,7 +13,7 @@ source=(http://downloads.sourceforge.net/project/$name/$name-$version.tar.gz) build() { cd $name-$version - python setup.py build - python setup.py install --prefix=/usr --root=$PKG + python2 setup.py build + python2 setup.py install --prefix=/usr --root=$PKG } |