diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
commit | 415856bdd4f48ab4f2732996f0bae58595092bbe (patch) | |
tree | ede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/python-pychm/PKGBUILD |
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/python-pychm/PKGBUILD')
-rw-r--r-- | community/python-pychm/PKGBUILD | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/community/python-pychm/PKGBUILD b/community/python-pychm/PKGBUILD new file mode 100644 index 000000000..77b8f05b8 --- /dev/null +++ b/community/python-pychm/PKGBUILD @@ -0,0 +1,20 @@ +# $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') +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 +} |