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

# source: BLFS 11.3
TARBALL=xf86-input-synaptics-$PKGVER.tar.xz
MD5SUM=3b95e7baf4428b114e9910f999e96601
SRC_URL=http://xorg.freedesktop.org/archive/individual/driver/$TARBALL
BUNDLE=

SLACKREQ='xorg-server libevdev'
SLACKDESC="xf86-input-synaptics: xf86-input-synaptics $PKGVER (Xorg Touchpad driver)  
xf86-input-synaptics:  
xf86-input-synaptics: The Xorg Synaptics Driver package contains the X.Org 
xf86-input-synaptics: Input Driver, support programs and SDK for various 
xf86-input-synaptics: touchpads. Even though the evdev driver can handle 
xf86-input-synaptics: touchpads very well, this driver is required if you want 
xf86-input-synaptics: to use advanced features like multi tapping, scrolling 
xf86-input-synaptics: with touchpad, turning the touchpad off while typing, 
xf86-input-synaptics: etc. Despite the name, it also supports Alps and a few 
xf86-input-synaptics: other brands as well, not only Synaptics.  
xf86-input-synaptics:
"

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