summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--extra/pyalsaaudio/.footprint6
-rw-r--r--extra/pyalsaaudio/.md5sum1
-rw-r--r--extra/pyalsaaudio/Pkgfile16
3 files changed, 23 insertions, 0 deletions
diff --git a/extra/pyalsaaudio/.footprint b/extra/pyalsaaudio/.footprint
new file mode 100644
index 000000000..c4b4e6727
--- /dev/null
+++ b/extra/pyalsaaudio/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/python2.6/
+drwxr-xr-x root/root usr/lib/python2.6/site-packages/
+-rwxr-xr-x root/root usr/lib/python2.6/site-packages/alsaaudio.so
+-rw-r--r-- root/root usr/lib/python2.6/site-packages/pyalsaaudio-0.6-py2.6.egg-info
diff --git a/extra/pyalsaaudio/.md5sum b/extra/pyalsaaudio/.md5sum
new file mode 100644
index 000000000..78728482f
--- /dev/null
+++ b/extra/pyalsaaudio/.md5sum
@@ -0,0 +1 @@
+94811fc4de883996eac4046d36fe2364 pyalsaaudio-0.6.tar.gz
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
+}