diff options
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 } |