PKGBUILDs/community/python-daap/PKGBUILD

18 lines
507 B
Bash
Raw Normal View History

2009-10-10 02:15:33 +00:00
# Contributor: Tom Shaft Jr. <d6@demetrius6.org>
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=python-daap
pkgver=0.7.1
pkgrel=2
pkgdesc="Python libraries for accessing DAAP music shares"
arch=('i686' 'x86_64')
url="http://jerakeen.org/code/pythondaap/"
depends=('python')
license=('GPL')
source=(http://jerakeen.org/files/PythonDaap-$pkgver.tar.gz)
md5sums=('b3db3d60b0ee83f5f23101d2c3bb99e0')
build() {
cd $srcdir/PythonDaap-$pkgver
python setup.py install --prefix=$pkgdir/usr
}