summaryrefslogtreecommitdiffstats
path: root/abs/not_built/extra/xautomation/PKGBUILD
blob: 9c223eeede196de172d7745b070ccaf217c74a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Contributor: raubkopierer <mail[dot]sensenmann[at]gmail[dot]com>

pkgname=xautomation
pkgver=1.03
pkgrel=1
pkgdesc="Controls X from the command line for scripts, and do 'visual scraping' to find things on the screen."
url="http://hoopajoo.net/projects/xautomation.html"
arch=('i686' 'x86_64')
license=('GPL')
source=(http://hoopajoo.net/static/projects/$pkgname-$pkgver.tar.gz)
md5sums=('91030079b0ecf96195dd21bcec635cb6')

build() {
	cd ${srcdir}/${pkgname}-${pkgver}
	./configure --prefix=/usr 
	make || return 1
}
package() {
	cd ${srcdir}/${pkgname}-${pkgver}
        make DESTDIR=$startdir/pkg install	
}