### this file is sourced not run
PKGVER=0.5.6 # this is the latest version that supports GTK2
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=easystroke-$PKGVER.tar.gz
MD5SUM=a9f06576a47deaf6f612bb993685af0f
SRC_URL=http://downloads.sourceforge.net/easystroke/$TARBALL
BUNDLE=

SLACKREQ='gtk2mm libdbus-glib libboost-common'
SLACKDESC="easystroke: easystroke $PKGVER (Gesture recognition)  
easystroke:  
easystroke: easystroke is a gesture-recognition application for X11. It aims 
easystroke: to be highly configurable while at the same time providing an 
easystroke: intuitive user interface. It was designed primarily for use on a 
easystroke: Tablet PC, but it also works well with a mouse.  
easystroke: 
easystroke: 
easystroke: 
easystroke: 
easystroke:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/easy*
	make $MAKEFLAGS PREFIX=/usr && make PREFIX=/usr install &&
	pkg_build_slackdesc
}


