2006-11-20 07:26:53 +10:00
|
|
|
# Description: Python interface to Speex.
|
|
|
|
# URL: http://www.freenet.org.nz/python/pySpeex/
|
2007-01-20 12:21:06 +10:00
|
|
|
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
|
|
|
|
# Packager: James Mills, prologic at shortcircuit dot net dot au
|
2006-11-20 07:26:53 +10:00
|
|
|
#
|
2006-12-08 22:39:14 +10:00
|
|
|
# Depends on: speex, pyrex
|
2006-11-14 09:13:35 +10:00
|
|
|
|
|
|
|
name=pyspeex
|
|
|
|
version=0.2
|
2006-12-08 22:39:14 +10:00
|
|
|
release=2
|
2006-11-14 09:13:35 +10:00
|
|
|
source=(http://www.freenet.org.nz/python/pySpeex/pySpeex-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
2006-11-20 07:26:53 +10:00
|
|
|
cd pySpeex-$version
|
|
|
|
python setup.py install --root=$PKG
|
|
|
|
chown -R root:root $PKG
|
2006-11-14 09:13:35 +10:00
|
|
|
}
|