# Contributor: Tom Shaft Jr. # Maintainer: Stefan Husmann pkgname=python-daap pkgver=0.7.1 pkgrel=3 pkgdesc="Python libraries for accessing DAAP music shares" arch=('i686' 'x86_64' 'mips64el') url="http://jerakeen.org/code/pythondaap/" depends=('python2') license=('GPL') source=(http://jerakeen.org/files/PythonDaap-$pkgver.tar.gz) md5sums=('b3db3d60b0ee83f5f23101d2c3bb99e0') build() { cd $srcdir/PythonDaap-$pkgver python2 setup.py install --prefix=$pkgdir/usr }