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

# source: my own
TARBALL=xf86-input-synaptics-1.9.0.tar.bz2
MD5SUM=58e5b7722a402114093bf193962d1e3a 
SRC_URL=http://xorg.freedesktop.org/archive/individual/driver/$TARBALL
BUNDLE=

SLACKREQ='xorg-server'
SLACKDESC='xf86-input-synaptics: xf86-input-synaptics 1.9.0 (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
}
 
