2006-11-20 05:37:42 +10:00
|
|
|
# Description: Python Multimedia Library
|
|
|
|
# URL: http://pymedia.org/index.html
|
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 05:37:42 +10:00
|
|
|
#
|
2006-12-08 22:38:23 +10:00
|
|
|
# Depends on: python, libvorbis, faad2, lame
|
2006-11-14 09:13:35 +10:00
|
|
|
|
|
|
|
name=pymedia
|
|
|
|
version=1.3.7.3
|
2007-03-24 23:54:17 +10:00
|
|
|
release=3
|
2006-11-14 09:13:35 +10:00
|
|
|
source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
2006-11-20 05:37:42 +10:00
|
|
|
cd $name-$version
|
|
|
|
yes | python setup.py install --root=$PKG
|
|
|
|
chown -R root:root $PKG
|
2006-11-14 09:13:35 +10:00
|
|
|
}
|