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

# source: kirk
TARBALL=libwacom-$PKGVER.tar.bz2
MD5SUM=5c2e8a1a985b2a31445f6925a45fdec4
SRC_URL=https://github.com/linuxwacom/libwacom/releases/download/libwacom-$PKGVER/$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() {

	MESONFLAGS="$MESONFLAGS -Dtests=disabled"

	pkg_build_meson && pkg_build_slackdesc
	
}
