### this file is sourced not run

# source: me
TARBALL=libinput-102014.tar.xz
MD5SUM=fae447ef2db997dc85bbb48a72d1cdd5 
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ= # xorg libraries
SLACKDESC='libinput: libinput 102014 (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: 
libinput: 
libinput:
'

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