pyspeex: Broken

This commit is contained in:
James Mills 2007-03-25 00:40:15 +10:00
parent 7b6508bbd6
commit 1358dbb032
3 changed files with 0 additions and 23 deletions

View File

@ -1,5 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python2.4/
drwxr-xr-x root/root usr/lib/python2.4/site-packages/
-rwxr-xr-x root/root usr/lib/python2.4/site-packages/speex.so

View File

@ -1 +0,0 @@
5f6837cd74568fb58bb15d43fe2406ea pySpeex-0.2.tar.gz

View File

@ -1,17 +0,0 @@
# Description: Python interface to Speex.
# URL: http://www.freenet.org.nz/python/pySpeex/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: James Mills, prologic at shortcircuit dot net dot au
#
# Depends on: speex, pyrex
name=pyspeex
version=0.2
release=2
source=(http://www.freenet.org.nz/python/pySpeex/pySpeex-$version.tar.gz)
build() {
cd pySpeex-$version
python setup.py install --root=$PKG
chown -R root:root $PKG
}