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

# source: BLFS 7.5
TARBALL=xkeyboard-config-$PKGVER.tar.bz2
MD5SUM=bf6aa31195584cfce01b2194c3e5ea26
SRC_URL=http://xorg.freedesktop.org/archive/individual/data/xkeyboard-config/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="keyboard-config: xkeyboard-config $PKGVER (X11 keyboard configuration database)  
xkeyboard-config:  
xkeyboard-config: The XKeyboardConfig package contains the keyboard 
xkeyboard-config: configuration database for the X Window System.  
xkeyboard-config: 
xkeyboard-config: 
xkeyboard-config: 
xkeyboard-config: 
xkeyboard-config: 
xkeyboard-config: 
xkeyboard-config:
"

### default pkg_download
### default pkg_prepare 
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$XORG_CONFIG --with-xkb-rules-symlink=xorg"
	pkg_build_autoconf && 	
	pkg_build_slackdesc
}
