summaryrefslogtreecommitdiffstats
path: root/extra/pyalsaaudio/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-03-05 12:51:33 +0100
committertnut <thierryn1 at hispeed dot ch>2010-03-05 12:51:33 +0100
commit1077f4320bd2c54957e7f8ca874916c51d7db858 (patch)
treeb4c0e10788c561715c71c7227485182a0cd4957b /extra/pyalsaaudio/Pkgfile
parent7c59442ef3674b3b85eb49a75e530ef9ca7ef50a (diff)
downloadnutyx-extra-1077f4320bd2c54957e7f8ca874916c51d7db858.tar.gz
nutyx-extra-1077f4320bd2c54957e7f8ca874916c51d7db858.tar.bz2
nutyx-extra-1077f4320bd2c54957e7f8ca874916c51d7db858.tar.xz
nutyx-extra-1077f4320bd2c54957e7f8ca874916c51d7db858.zip
Ajout de pyalsaaudio#0.6-1
Diffstat (limited to 'extra/pyalsaaudio/Pkgfile')
-rw-r--r--extra/pyalsaaudio/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/pyalsaaudio/Pkgfile b/extra/pyalsaaudio/Pkgfile
new file mode 100644
index 000000000..fc12f70aa
--- /dev/null
+++ b/extra/pyalsaaudio/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Connecteur Python pour la librairie cairo
+# URL: http://www.cairographics.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: python alsa-lib
+
+name=pyalsaaudio
+version=0.6
+release=1
+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
+}