summaryrefslogtreecommitdiff
path: root/community-staging/python2-poppler/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/python2-poppler/PKGBUILD')
-rw-r--r--community-staging/python2-poppler/PKGBUILD40
1 files changed, 0 insertions, 40 deletions
diff --git a/community-staging/python2-poppler/PKGBUILD b/community-staging/python2-poppler/PKGBUILD
deleted file mode 100644
index 8e810bc81..000000000
--- a/community-staging/python2-poppler/PKGBUILD
+++ /dev/null
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 56373 2011-10-06 20:58:29Z jelle $
-# Maintainer: Ray Rashif <schiv@archlinux.org
-# Contributor: György Balló <ballogy@freestart.hu>
-
-pkgname=python2-poppler
-_realname=pypoppler
-pkgver=0.12.1
-pkgrel=5
-pkgdesc="Python 2.x bindings for Poppler"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/poppler-python"
-license=('GPL')
-depends=('pygtk' 'poppler-glib' 'glib2' 'freetype2')
-provides=('pypoppler' 'python-poppler')
-conflicts=('python-poppler')
-replaces=('python-poppler')
-options=(!libtool)
-source=(http://launchpad.net/poppler-python/trunk/development/+download/$_realname-$pkgver.tar.gz
- pypoppler-0.12.1-poppler-0.16.0.patch)
-md5sums=('1a89e5ed3042afc81bbd4d02e0cf640a'
- '683c5b67866d56adc2494120cc329dc8')
-
-build() {
- cd "$srcdir/$_realname-$pkgver"
-
- patch -Np0 -i "$srcdir/pypoppler-0.12.1-poppler-0.16.0.patch"
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static \
- PYTHON=python2
- make
-}
-
-package() {
- cd "$srcdir/$_realname-$pkgver"
-
- make DESTDIR="$pkgdir/" install
-}