1 # Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
2 pkgname=python2-enstaller
6 pkgdesc="Install and managing tool for egg-based packages"
8 url="https://github.com/enthought/enstaller"
11 makedepends=('python2-distribute')
12 conflicts=('python2-enstaller-git' 'python-ets-enstaller-svn')
15 source=("https://github.com/enthought/enstaller/tarball/${pkgver}")
16 md5sums=('e5538ec30ce6fc983fa50cf7b67505b0')
19 cd "$srcdir/enthought-enstaller-${_githubtag}"
21 python2 setup.py install --root="$pkgdir"/ --optimize=1 || return 1