# Description: Home theater application # URL: http://www.freevo.org/ # Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve # Depends on: python, pyxml, beautifulsoup, pygame, pil, twisted, kaa-base, kaa-imlib2, kaa-metadata # Nice to have: pylirc name=freevo version=1.8.0 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) build () { cd $name-$version python setup.py install --root=$PKG }