1 # Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
2 pkgname=python2-appinst
6 pkgdesc="Cross platform APIs used to install applications"
8 url="https://github.com/enthought/appinst"
11 makedepends=('python2-distribute')
12 conflicts=('python2-appinst-git' 'python-ets-appinst-svn')
15 source=("https://github.com/enthought/appinst/tarball/${pkgver}")
16 md5sums=('c0040ceae35d055a9cf08180e056d2eb')
19 cd "$srcdir/enthought-appinst-${_githubtag}"
21 python2 setup.py install --root="$pkgdir"/ --optimize=1 || return 1