diff options
author | sibel <sibel@free.fr> | 2010-03-05 13:31:35 +0100 |
---|---|---|
committer | sibel <sibel@free.fr> | 2010-03-05 13:31:35 +0100 |
commit | b39a5785da8f6058dedd1599abca9552ef2a1f44 (patch) | |
tree | eb365f400440f79c974e968a595000ca53734f6c /extra/pyalsaaudio | |
parent | 78a2390aa00d1e9dce6e30dc48b666833ee48b6b (diff) | |
parent | a984f4b016a50433aa84b027d7ad957e0cb75a2c (diff) | |
download | nutyx-extra-b39a5785da8f6058dedd1599abca9552ef2a1f44.tar.gz nutyx-extra-b39a5785da8f6058dedd1599abca9552ef2a1f44.tar.bz2 nutyx-extra-b39a5785da8f6058dedd1599abca9552ef2a1f44.tar.xz nutyx-extra-b39a5785da8f6058dedd1599abca9552ef2a1f44.zip |
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra/pyalsaaudio')
-rw-r--r-- | extra/pyalsaaudio/.footprint | 6 | ||||
-rw-r--r-- | extra/pyalsaaudio/.md5sum | 1 | ||||
-rw-r--r-- | extra/pyalsaaudio/Pkgfile | 16 |
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 +} |