updated on Sat Jan 21 08:01:15 UTC 2012
[aur-mirror.git] / python2-enable / PKGBUILD
blobd662b514d1aea088985656b9745f9de6790e7964
1 # Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
2 pkgname=python2-enable
3 pkgver=4.1.0
4 _githubtag=479a98e
5 pkgrel=1
6 pkgdesc="Low-level drawing and interaction packages"
7 arch=('i686' 'x86_64')
8 url="https://github.com/enthought/enable"
9 license=('BSD')
10 depends=('python2' 'python-reportlab' 'python2-traitsui' 'libxt' 'libxtst')
11 makedepends=('python2-distribute' 'gcc' 'cython2' 'swig')
12 conflicts=('python-enthought-enable' 'python2-enable-git' 'python-ets-enable-svn')
13 options=(!emptydirs)
15 source=("https://github.com/enthought/enable/tarball/${pkgver}")
16 md5sums=('2e4c431c8cbf497be85e9c09e2ee26a8')
18 build() {
19   cd "$srcdir/enthought-enable-${_githubtag}"
21   python2 setup.py install --root="$pkgdir"/ --optimize=1