updated on Sun Jan 22 08:00:21 UTC 2012
[aur-mirror.git] / texttest / PKGBUILD
bloba515b2aab23eedd203c15b8f55a4800997ae86f6
1 pkgname=texttest
2 pkgver=3.21
3 pkgrel=7
4 pkgdesc="TextTest is an application-independent tool for text-based functional testing"
5 arch=(any)
6 url="http://texttest.carmen.se/index.php?page=main"
7 license=('LGPL')
8 depends=(python2 pygtk tkdiff)
9 backup=()
10 noextract=()
11 source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.zip
12         texttest)
13 md5sums=('60cb48ca0490da3d19b3584abe5be006'
14          '0edfd933331e344233a755d60bf6c2e6')
16 build() {
17   cd "$srcdir"
18   install -d -m0755 $pkgdir/usr/share
19   mv $pkgname-$pkgver $pkgdir/usr/share/$pkgname || return 1
20   install -D -m0755 $pkgname $pkgdir/usr/bin/$pkgname