updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / python2-enstaller / PKGBUILD
blobbec7cb2b94a26c499c37169d3e9f2e33098513a9
1 # Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
2 pkgname=python2-enstaller
3 pkgver=4.4.1
4 _githubtag=02b2cd6
5 pkgrel=1
6 pkgdesc="Install and managing tool for egg-based packages"
7 arch=('any')
8 url="https://github.com/enthought/enstaller"
9 license=('BSD')
10 depends=('python2')
11 makedepends=('python2-distribute')
12 conflicts=('python2-enstaller-git' 'python-ets-enstaller-svn')
13 options=(!emptydirs)
15 source=("https://github.com/enthought/enstaller/tarball/${pkgver}")
16 md5sums=('e5538ec30ce6fc983fa50cf7b67505b0')
18 build() {
19   cd "$srcdir/enthought-enstaller-${_githubtag}"
21   python2 setup.py install --root="$pkgdir"/ --optimize=1 || return 1