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

# source: james
TARBALL=xf86-input-mouse-1.9.2.tar.bz2
MD5SUM=ce2d679283a22c8e0dccdd9248594845
SRC_URL=http://xorg.freedesktop.org/archive/individual/driver/$TARBALL
BUNDLE=

SLACKREQ='xorg-server'
SLACKDESC='xf86-input-mouse: xf86-input-mouse 1.9.2 (Xorg mouse input driver)  
xf86-input-mouse:  
xf86-input-mouse: This is legacy driver for mouse input for Xorg. Evdev input 
xf86-input-mouse: is preferred, this driver is provided only for cases when 
xf86-input-mouse: evdev does not work.  
xf86-input-mouse: 
xf86-input-mouse: 
xf86-input-mouse: 
xf86-input-mouse: 
xf86-input-mouse: 
xf86-input-mouse:
'

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