summaryrefslogtreecommitdiff
path: root/pcr/pysheng/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/pysheng/PKGBUILD')
-rw-r--r--pcr/pysheng/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/pcr/pysheng/PKGBUILD b/pcr/pysheng/PKGBUILD
deleted file mode 100644
index 4cbdf5d38..000000000
--- a/pcr/pysheng/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Contributor: mutlu_inek@yahoo.de
-# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io>
-
-pkgname=pysheng
-pkgver=0.1
-pkgrel=1
-pkgdesc="CLI and GUI program to download pages from Google Books as PNG images"
-arch=(i686 x86_64)
-url="https://code.google.com/p/pysheng/"
-license=('GPL')
-depends=('python2')
-makedepends=()
-optdepends=('python2-reportlab: GUI')
-provides=()
-conflicts=()
-replaces=()
-options=()
-source=(http://pysheng.googlecode.com/files/$pkgname-$pkgver.tgz)
-
-package() {
- cd $pkgname-$pkgver
- python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-