### this file is sourced not run
PKGVER=1.09
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=xautomation-1.09.tar.gz
MD5SUM=16b973fdb525feed876471225bba30ed
SRC_URL=http://hoopajoo.net/static/projects/$TARBALL
BUNDLE=

SLACKREQ='libX11 libXtst libpng' # 
SLACKDESC='xautomation: xautomation 1.09 (X utility)  
xautomation:  
xautomation: Control X from the command line for scripts, and do "visual 
xautomation: scraping" to find things on the screen. The conrol interface 
xautomation: allows mouse movement, clicking, button up/down, key up/down, 
xautomation: etc, and uses the XTest extension so you don'\''t have the annoying 
xautomation: problems that xse has when apps ignore sent events. The visgrep 
xautomation: program find images inside of images and reports the coordinates, 
xautomation: allowing progams to find buttons, etc, on the screen to click on. 
xautomation:  
xautomation: http://hoopajoo.net/projects/xautomation.html
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
