1 # Contributor: <nikron<at>nikron<d o t>net>
6 pkgdesc="Python bindings for libshout"
8 url="http://www.icecast.com"
10 depends=('libshout' 'python')
11 source=(http://downloads.us.xiph.org/releases/libshout/shout-python-$pkgver.tar.gz)
12 md5sums=('80bec97a1462c2d2a9282ba8a7c18336')
15 cd "$startdir/src/shout-python-$pkgver"
16 python setup.py install --root="$startdir/pkg/" || return 1