contrib/pyvorbis/Pkgfile
2006-11-13 21:12:21 +01:00

18 lines
477 B
Plaintext

# Description: pythonwrapper for the for the vorbis library
# URL: http://dulug.duke.edu/~andrew/pyogg
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on: libvorbis pyogg
name=pyvorbis
version=1.3
release=1
source="http://www.andrewchatham.com/pyogg/download/$name-$version.tar.gz"
build() {
cd $name-$version
python config_unix.py
python setup.py build
python setup.py install --root=$PKG
}