diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-05 20:44:50 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-05 20:44:50 +0100 |
commit | 744dc7c43a29e69a80f050b4c02d46dfd8b385b1 (patch) | |
tree | 51028b3e54e4f5eac027ae6fb7e7f4ea49cb3a0b /extra | |
parent | d497ab6cf6b595271493906ef33b6d7e7122ef20 (diff) | |
download | nutyx-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')
-rw-r--r-- | extra/pyalsaaudio/.footprint.i686 | 6 | ||||
-rw-r--r-- | extra/pyalsaaudio/.footprint.x86_64 | 6 | ||||
-rw-r--r-- | extra/pyalsaaudio/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/pyalsaaudio/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/pyalsaaudio/Pkgfile | 18 |
5 files changed, 0 insertions, 32 deletions
diff --git a/extra/pyalsaaudio/.footprint.i686 b/extra/pyalsaaudio/.footprint.i686 deleted file mode 100644 index 453417ad7..000000000 --- a/extra/pyalsaaudio/.footprint.i686 +++ /dev/null @@ -1,6 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/python2.7/ -drwxr-xr-x root/root usr/lib/python2.7/site-packages/ --rwxr-xr-x root/root usr/lib/python2.7/site-packages/alsaaudio.so --rw-r--r-- root/root usr/lib/python2.7/site-packages/pyalsaaudio-0.6-py2.7.egg-info diff --git a/extra/pyalsaaudio/.footprint.x86_64 b/extra/pyalsaaudio/.footprint.x86_64 deleted file mode 100644 index 453417ad7..000000000 --- a/extra/pyalsaaudio/.footprint.x86_64 +++ /dev/null @@ -1,6 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/python2.7/ -drwxr-xr-x root/root usr/lib/python2.7/site-packages/ --rwxr-xr-x root/root usr/lib/python2.7/site-packages/alsaaudio.so --rw-r--r-- root/root usr/lib/python2.7/site-packages/pyalsaaudio-0.6-py2.7.egg-info diff --git a/extra/pyalsaaudio/.md5sum.i686 b/extra/pyalsaaudio/.md5sum.i686 deleted file mode 100644 index 78728482f..000000000 --- a/extra/pyalsaaudio/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -94811fc4de883996eac4046d36fe2364 pyalsaaudio-0.6.tar.gz diff --git a/extra/pyalsaaudio/.md5sum.x86_64 b/extra/pyalsaaudio/.md5sum.x86_64 deleted file mode 100644 index 78728482f..000000000 --- a/extra/pyalsaaudio/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -94811fc4de883996eac4046d36fe2364 pyalsaaudio-0.6.tar.gz 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 -} - |