# Description: pythonwrapper for the for the vorbis library # URL: http://dulug.duke.edu/~andrew/pyogg # Maintainer: Han Boetes # Packager: Han Boetes # 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 }