summaryrefslogtreecommitdiffstats
path: root/abs/core/python_modules/python-libconcord/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/python_modules/python-libconcord/PKGBUILD')
-rw-r--r--abs/core/python_modules/python-libconcord/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/abs/core/python_modules/python-libconcord/PKGBUILD b/abs/core/python_modules/python-libconcord/PKGBUILD
deleted file mode 100644
index fb638f8..0000000
--- a/abs/core/python_modules/python-libconcord/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainers:
-# Andreas Baumann <abaumann@yahoo.com>
-# Guillaume DUMOULIN <guillaume.dumoulin@gmail.com>
-# Contributor: elsixdiab
-pkgname=python-libconcord
-_pkgsrcname=concordance
-pkgver=0.23
-pkgrel=3
-pkgdesc="This software will allow you to program your Logitech Harmony universal remote control"
-url="http://www.phildev.net/harmony/index.shtml"
-license="GPL"
-arch=('any')
-depends=('libconcord=0.23' 'python2')
-source=("http://downloads.sourceforge.net/${_pkgsrcname}/${_pkgsrcname}-${pkgver}.tar.bz2")
-md5sums=('d7400d5b351b195b63adfafae68be3d8')
-build() {
- cd $srcdir/${_pkgsrcname}-${pkgver}/libconcord/bindings/python/
- python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
-}
-
-