### generated by gen-xapps-pkg.sh from BLFS 11.3 on 2023-04-06
PKGVER=1.6.3
PKGBUILD=1
PKGARCH=x86_64

TARBALL=xinput-1.6.3.tar.bz2
MD5SUM=ac6b7432726008b2f50eba82b0e2dbe4
SRC_URL=https://www.x.org/pub/individual/app/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='xinput: xinput 1.6.3 (X11 standard application)  
xinput:  
xinput: Configure and test X input devices.
xinput: 
xinput: 
xinput: 
xinput: 
xinput: 
xinput: 
xinput: 
xinput:
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/xinput*
	case $TARBALL in
		luit-*)
			sed -i -e "/D_XOPEN/s/5/6/" configure
			;;
	esac
	CONFFLAGS="$XORG_CONFIG"
	pkg_build_autoconf && pkg_build_slackdesc
}
