diff options
Diffstat (limited to 'community/python2-pychm/PKGBUILD')
-rw-r--r-- | community/python2-pychm/PKGBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/community/python2-pychm/PKGBUILD b/community/python2-pychm/PKGBUILD deleted file mode 100644 index 3b53d9005..000000000 --- a/community/python2-pychm/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# $Id: PKGBUILD 67234 2012-03-05 14:21:09Z arodseth $ -# Maintainer: Alexander Rødseth <rodseth@gmail.com> -# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> -# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com> -# Contributor: iom <pizorn@gmail.com> - -pkgname=python2-pychm -pkgver=0.8.4 -pkgrel=1 -pkgdesc="Python bindings for chmlib" -arch=('x86_64' 'i686') -url="http://gnochm.sourceforge.net/" -license=('GPL') -depends=('chmlib' 'python2') -replaces=('python-pychm=0.8.4') -source=(http://downloads.sourceforge.net/sourceforge/gnochm/pychm-$pkgver.tar.gz) -sha256sums=('84c99d7b28fb6862ee60a5d1d52fad0da4c95f1934e9c101d3293ee7e8b5357d') - -package() { - cd "$srcdir/pychm-$pkgver" - - python2 setup.py install --root="$pkgdir" -} - -# vim:set ts=2 sw=2 et: |