summaryrefslogtreecommitdiff
path: root/pcr/python2-e_dbus/PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-01-21 20:22:31 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-01-21 20:22:31 -0500
commitec9ee033ba2c22d6c1a6b119ba6fe0525810d9bc (patch)
tree807c16c000b254ea328289812ff432836383d4c9 /pcr/python2-e_dbus/PKGBUILD
parent182f7683a74e0838c85245376af173ecb46fd8d4 (diff)
parent4bd60a24f1976e63cf40667397200d568f479e48 (diff)
downloadabslibre-ec9ee033ba2c22d6c1a6b119ba6fe0525810d9bc.tar.gz
abslibre-ec9ee033ba2c22d6c1a6b119ba6fe0525810d9bc.tar.bz2
abslibre-ec9ee033ba2c22d6c1a6b119ba6fe0525810d9bc.zip
Merge branch 'master' of https://projects.parabolagnulinux.org/abslibre
Diffstat (limited to 'pcr/python2-e_dbus/PKGBUILD')
-rw-r--r--pcr/python2-e_dbus/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/pcr/python2-e_dbus/PKGBUILD b/pcr/python2-e_dbus/PKGBUILD
deleted file mode 100644
index 0cff13210..000000000
--- a/pcr/python2-e_dbus/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer: Doug Newgard <scimmia22 at outlook dot com>
-
-pkgname=python2-e_dbus
-_pkgname=python-e_dbus
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="Python2 bindings for E_Dbus"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org"
-license=('LGPL2.1')
-depends=('e_dbus' 'python2' 'python2-dbus')
-options=('!libtool' '!emptydirs')
-source=("http://download.enlightenment.org/releases/BINDINGS/python/$_pkgname-$pkgver.tar.bz2")
-md5sums=('40b479444bb06147429a276127981890')
-
-build() {
- cd "$srcdir/$_pkgname-$pkgver"
-
- PYTHON=/usr/bin/python2 \
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$_pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-}