1 # Contributor: Darwin Bautista <djclue917@gmail.com>
6 pkgdesc="Lightweight and dynamic MPlayer wrapper with a Pythonic API"
8 url="http://pypi.python.org/pypi/PyMPlayer/"
10 depends=('mplayer' 'python2')
11 source=(http://pypi.python.org/packages/source/P/PyMPlayer/PyMPlayer-$pkgver.tar.gz)
12 md5sums=('df7b9b8c4bf9d0655709c9cbf21365e2')
15 cd "$srcdir/PyMPlayer-$pkgver"
17 python setup.py install --root=$pkgdir --optimize 1
20 # vim:set ts=2 sw=2 et: