summaryrefslogtreecommitdiff
path: root/community/python-daap/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-daap/PKGBUILD')
-rw-r--r--community/python-daap/PKGBUILD17
1 files changed, 0 insertions, 17 deletions
diff --git a/community/python-daap/PKGBUILD b/community/python-daap/PKGBUILD
deleted file mode 100644
index 0d823a1ae..000000000
--- a/community/python-daap/PKGBUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-# Contributor: Tom Shaft Jr. <d6@demetrius6.org>
-# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
-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
-}