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

# source: BLFS 11.3
TARBALL=libwacom-$PKGVER.tar.xz
MD5SUM=a1efa7b814dbf8165874668b2900cc58
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 -Dudev-dir=/$LIBDIR/udev"
	pkg_build_meson &&
	pkg_build_slackdesc
	
}
