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

# source: kirk
TARBALL=libinput-$PKGVER.tar.xz
MD5SUM=e94e9aa765da9533c23b80b440638de9
SRC_URL=http://www.freedesktop.org/software/libinput/$TARBALL
BUNDLE=

SLACKREQ='libwacom libgudev'
SLACKDESC="libinput: libinput $PKGVER (a library to handle input devices)  
libinput:  
libinput: libinput is a library that handles input devices for display servers and other 
libinput: applications that need to directly deal with input devices.
libinput: It provides device detection, device handling, input device event processing
libinput: and abstraction so minimize the amount of custom input code the user of
libinput: libinput need to provide the common set of functionality that users expect.
libinput: Devices include mice, keyboards, touchpads, clickpads, and Wacom.
libinput: TO USE WITH XORG INSTALL xf86-input-libinput.
libinput: 
libinput:
"

### default pkg_download
### default pkg_prepare 
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$XORG_CONFIG --disable-static --disable-documentation --disable-debug-gui --disable-tests --with-udev-dir=/$LIBDIR/udev"
	pkg_build_autoconf && 
	pkg_build_slackdesc
}
