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

# source: kirk
TARBALL=libwacom-$PKGVER.tar.bz2
MD5SUM=3a6b614b57518b25a102dcd9e51d6681
SRC_URL=http://downloads.sourceforge.net/linuxwacom/libwacom/$TARBALL
BUNDLE=

SLACKREQ='libgudev'
SLACKDESC="libwacom: libwacom $PKGVER (a library to handle wacom tablets.)  
libwacom:  
libwacom: Libwacom is a library to identify Wacom tablets and their model-specific 
libwacom: features. It provides easy access to information such as is this a built-in
libwacom: on-screen tablet, what is the size of this model, etc.
libwacom:
libwacom:
libwacom:
libwacom:
libwacom: 
libwacom:
"

### default pkg_download
### default pkg_prepare 
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$XORG_CONFIG --disable-static --disable-maintainer-mode"
	pkg_build_autoconf && 
	pkg_build_slackdesc
}
