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

# source: james
TARBALL=xdotool-2.20110530.1.tar.gz
MD5SUM=62d0c2158bbaf882a1cf580421437b2f
SRC_URL=http://semicomplete.googlecode.com/files/$TARBALL
BUNDLE=

SLACKREQ='libX11 libXtst' # 
SLACKDESC='xdotool: xdotool 2.20110530 (X utility)  
xdotool:  
xdotool: This tool lets you simulate keyboard input and mouse activity, move 
xdotool: and resize windows, etc. It does this using X11'\''s XTEST extension and 
xdotool: other Xlib functions.  
xdotool: 
xdotool: 
xdotool: 
xdotool: 
xdotool: 
xdotool: http://www.semicomplete.com/projects/xdotool/ 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/xdotool*
	make $MAKEFLAGS && make PREFIX=/usr install INSTALLLIB=/usr/lib64 &&
	pkg_build_slackdesc &&
	rm -rf /var/cache/ldconfig
}
