### this file is sourced not run
PKGVER=2.38
PKGBUILD=1
PKGARCH=noarch

# source: BLFS 11.3
TARBALL=xkeyboard-config-$PKGVER.tar.xz
MD5SUM=c89fb974e8f1ba14c64d1bcf3a0f8d11
SRC_URL=https://www.x.org/pub/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() {
	MESONFLAGS="$MESONFLAGS -Dxorg-rules-symlinks=true"
	pkg_build_meson && 	
	pkg_build_slackdesc
}
