1 # Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
6 pkgdesc="Low-level drawing and interaction packages"
8 url="https://github.com/enthought/enable"
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')
15 source=("https://github.com/enthought/enable/tarball/${pkgver}")
16 md5sums=('2e4c431c8cbf497be85e9c09e2ee26a8')
19 cd "$srcdir/enthought-enable-${_githubtag}"
21 python2 setup.py install --root="$pkgdir"/ --optimize=1