updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / robotframework-ride / PKGBUILD
blobddd263e68453f8fabfa62591ea950e5beec981a3
1 # Contributor: Thomas Robinson <robinsthom@gmail.com>
2 pkgname=robotframework-ride
3 pkgver=0.40.1
4 pkgrel=1
5 pkgdesc="Lightweight and intuitive test data editor for Robot Framework"
6 arch=('i686' 'x86_64')
7 url="https://github.com/robotframework/RIDE"
8 license=('APACHE')
9 depends=('robotframework' 'wxpython')
10 source=("https://github.com/downloads/robotframework/RIDE/$pkgname-$pkgver.tar.gz")
11 md5sums=('5f73cad1f6d1ab2ca249c3552a299452')
13 build() {
14     cd "$srcdir/$pkgname-$pkgver"
15     python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1