forked from ports/contrib
18 lines
461 B
Plaintext
18 lines
461 B
Plaintext
# Description: pythonwrapper for the ao libraries
|
|
# URL: http://www.andrewchatham.com/pyogg/
|
|
# Maintainer: Han Boetes <han@mijncomputer.nl>
|
|
# Packager: Han Boetes <han@mijncomputer.nl>
|
|
# Depends on: libao python
|
|
|
|
name=pyao
|
|
version=0.82
|
|
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
|
|
}
|