summaryrefslogtreecommitdiff
path: root/community/python-pychm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-pychm/PKGBUILD')
-rw-r--r--community/python-pychm/PKGBUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/community/python-pychm/PKGBUILD b/community/python-pychm/PKGBUILD
deleted file mode 100644
index dd203c1e6..000000000
--- a/community/python-pychm/PKGBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 26298 2010-09-14 17:18:19Z schuay $
-# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com>
-# Contributor: iom <pizorn@gmail.com>
-
-pkgname=python-pychm
-pkgver=0.8.4
-pkgrel=5
-pkgdesc="Python bindings for CHMLIB"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://gnochm.sourceforge.net"
-license=('GPL')
-depends=('chmlib' 'python2')
-source=(http://downloads.sourceforge.net/sourceforge/gnochm/pychm-$pkgver.tar.gz)
-md5sums=('ff7f0baf94290c44263a1618e7e6a116')
-
-build() {
- cd $srcdir/pychm-$pkgver
- python2 setup.py install --root=$pkgdir
-}