PKGBUILDs/community/python-pychm/PKGBUILD
2009-10-09 21:15:33 -05:00

19 lines
546 B
Bash

# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com>
# Contributor: iom <pizorn@gmail.com>
pkgname=python-pychm
pkgver=0.8.4
pkgrel=3
pkgdesc="Python bindings for CHMLIB"
arch=('i686' 'x86_64')
url="http://gnochm.sourceforge.net"
license=('GPL')
depends=('chmlib' 'python')
source=(http://downloads.sourceforge.net/sourceforge/gnochm/pychm-$pkgver.tar.gz)
md5sums=('ff7f0baf94290c44263a1618e7e6a116')
build() {
cd $startdir/src/pychm-$pkgver
python setup.py install --root=$startdir/pkg
}