diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-02-01 04:45:05 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-02-01 04:45:05 -0200 |
commit | 52dd108836155b53454bd95a4a9dbd0c104b79d3 (patch) | |
tree | c87f4853b64b5333f7a5aa97bdb5823d34628e21 /pcr/python2-edje | |
parent | 5af0fca430a07bda87310d2ef1a33b6cdb31f732 (diff) | |
parent | e2abfecd7d65712f41cd27c8f5ae8d69c478f214 (diff) | |
download | abslibre-52dd108836155b53454bd95a4a9dbd0c104b79d3.tar.gz abslibre-52dd108836155b53454bd95a4a9dbd0c104b79d3.tar.bz2 abslibre-52dd108836155b53454bd95a4a9dbd0c104b79d3.zip |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/python2-edje')
-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 -} - |