summaryrefslogtreecommitdiffstats
path: root/extra/pyalsaaudio
diff options
context:
space:
mode:
authorsibel <sibel@free.fr>2010-03-05 13:31:35 +0100
committersibel <sibel@free.fr>2010-03-05 13:31:35 +0100
commitb39a5785da8f6058dedd1599abca9552ef2a1f44 (patch)
treeeb365f400440f79c974e968a595000ca53734f6c /extra/pyalsaaudio
parent78a2390aa00d1e9dce6e30dc48b666833ee48b6b (diff)
parenta984f4b016a50433aa84b027d7ad957e0cb75a2c (diff)
downloadnutyx-pakxe-b39a5785da8f6058dedd1599abca9552ef2a1f44.tar.gz
nutyx-pakxe-b39a5785da8f6058dedd1599abca9552ef2a1f44.tar.bz2
nutyx-pakxe-b39a5785da8f6058dedd1599abca9552ef2a1f44.tar.xz
nutyx-pakxe-b39a5785da8f6058dedd1599abca9552ef2a1f44.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra/pyalsaaudio')
-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
+}