[aur-general] xautomation package

Christian Scharkus mail.sensenmann at googlemail.com
Thu Oct 30 22:40:40 EDT 2008


Hello everybody.

The current version of the package xautomation at the AUR is outdated
the maintainer xcsd seems to be careless about it. The package was
submitted about October 2006 and the reffered source is from April
2004.

I would like to replace it with this one:

# Contributor: raubkopierer <mail[dot]sensenmann[at]gmail[dot]com>

pkgname=xautomation
pkgver=1.02
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"
depends=()
source=(http://hoopajoo.net/static/projects/$pkgname-$pkgver.tar.gz)
md5sums=('523198135f7cf7a5324189aef20ac48d')

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


Greetings humans ;)



More information about the aur-general mailing list