summaryrefslogtreecommitdiffstats
path: root/extra/pyalsaaudio/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-05 20:44:50 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-05 20:44:50 +0100
commit744dc7c43a29e69a80f050b4c02d46dfd8b385b1 (patch)
tree51028b3e54e4f5eac027ae6fb7e7f4ea49cb3a0b /extra/pyalsaaudio/Pkgfile
parentd497ab6cf6b595271493906ef33b6d7e7122ef20 (diff)
downloadnutyx-extra-744dc7c43a29e69a80f050b4c02d46dfd8b385b1.tar.gz
nutyx-extra-744dc7c43a29e69a80f050b4c02d46dfd8b385b1.tar.bz2
nutyx-extra-744dc7c43a29e69a80f050b4c02d46dfd8b385b1.tar.xz
nutyx-extra-744dc7c43a29e69a80f050b4c02d46dfd8b385b1.zip
pyalsaaudio dans ouvert
Diffstat (limited to 'extra/pyalsaaudio/Pkgfile')
-rw-r--r--extra/pyalsaaudio/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/pyalsaaudio/Pkgfile b/extra/pyalsaaudio/Pkgfile
deleted file mode 100644
index 7079abd12..000000000
--- a/extra/pyalsaaudio/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Connecteur Python pour la librairie cairo
-# URL: http://www.cairographics.org/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: alsa-lib
-# Run on: alsa-lib
-
-name=pyalsaaudio
-version=0.6
-release=1
-source=(http://downloads.sourceforge.net/project/$name/$name-$version.tar.gz)
-
-build() {
- cd $name-$version
- python2 setup.py build
- python2 setup.py install --prefix=/usr --root=$PKG
-}
-