diff options
author | Alon Ivtsan <alonivtsan@lavabit.com> | 2014-01-21 22:14:59 +0200 |
---|---|---|
committer | Alon Ivtsan <alonivtsan@lavabit.com> | 2014-01-21 22:14:59 +0200 |
commit | 7936ed847f21219313e1514a8f0ec54474ae05ad (patch) | |
tree | a062d7bd0da5d0a51c9b5a579f2db6999a01e1c9 /pcr/python2-edje/PKGBUILD | |
parent | 12ff4f5fef568d18f1368125313599c6c26d2116 (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-edje/PKGBUILD')
-rw-r--r-- | pcr/python2-edje/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/pcr/python2-edje/PKGBUILD b/pcr/python2-edje/PKGBUILD deleted file mode 100644 index 5a63b993f..000000000 --- a/pcr/python2-edje/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Maintainer: Doug Newgard <scimmia22 at outlook dot com> - -pkgname=python2-edje -_pkgname=python-edje -pkgver=1.7.0 -pkgrel=1 -pkgdesc="Python2 bindings for Edje" -arch=('i686' 'x86_64') -url="http://www.enlightenment.org" -license=('LGPL2.1') -depends=('edje' 'python2-evas') -makedepends=('cython2') -options=('!libtool' '!emptydirs') -source=("http://download.enlightenment.org/releases/BINDINGS/python/$_pkgname-$pkgver.tar.bz2") -md5sums=('1e0d7a4a4504298caaad0cee476e4edb') - -build() { - cd "$srcdir/$_pkgname-$pkgver" - - PYTHON=/usr/bin/python2 \ - ./configure --prefix=/usr - make -} - -package() { - cd "$srcdir/$_pkgname-$pkgver" - make DESTDIR="$pkgdir/" install -} - |