summaryrefslogtreecommitdiff
path: root/pcr/python2-evas/PKGBUILD
diff options
context:
space:
mode:
authorAlon Ivtsan <alonivtsan@lavabit.com>2014-01-21 22:14:59 +0200
committerAlon Ivtsan <alonivtsan@lavabit.com>2014-01-21 22:14:59 +0200
commit7936ed847f21219313e1514a8f0ec54474ae05ad (patch)
treea062d7bd0da5d0a51c9b5a579f2db6999a01e1c9 /pcr/python2-evas/PKGBUILD
parent12ff4f5fef568d18f1368125313599c6c26d2116 (diff)
removing python2-ecore, python2-e_dbus, python2-edje, python2-elementary and python2-evas from pcr since they are no longer required by econnman
Diffstat (limited to 'pcr/python2-evas/PKGBUILD')
-rw-r--r--pcr/python2-evas/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/pcr/python2-evas/PKGBUILD b/pcr/python2-evas/PKGBUILD
deleted file mode 100644
index 7f66df658..000000000
--- a/pcr/python2-evas/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer: Doug Newgard <scimmia22 at outlook dot com>
-
-pkgname=python2-evas
-_pkgname=python-evas
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="Python2 bindings for Evas"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org"
-license=('LGPL2.1')
-depends=('evas' 'python2')
-makedepends=('cython2')
-options=('!libtool' '!emptydirs')
-source=("http://download.enlightenment.org/releases/BINDINGS/python/$_pkgname-$pkgver.tar.bz2")
-md5sums=('c3fda2025171f5e3d2bc224e8bae88e5')
-
-build() {
- cd "$srcdir/$_pkgname-$pkgver"
-
- PYTHON=/usr/bin/python2 \
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$_pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-}