updated on Fri Jan 20 00:01:56 UTC 2012
[aur-mirror.git] / xautomation / PKGBUILD
blobf8de6ffd53f5a8d63789336aed369a048a358ec9
1 # Contributor: raubkopierer <mail[dot]sensenmann[at]gmail[dot]com>
3 pkgname=xautomation
4 pkgver=1.03
5 pkgrel=1
6 pkgdesc="Controls X from the command line for scripts, and do 'visual scraping' to find things on the screen."
7 url="http://hoopajoo.net/projects/xautomation.html"
8 arch=('i686' 'x86_64')
9 license=('GPL')
10 source=(http://hoopajoo.net/static/projects/$pkgname-$pkgver.tar.gz)
11 md5sums=('91030079b0ecf96195dd21bcec635cb6')
13 build() {
14         cd $startdir/src/$pkgname-$pkgver
15         ./configure --prefix=/usr 
16         make || return 1
17         make DESTDIR=$startdir/pkg install