xkeyboard-config: add metafile support, thanks to cowbalt

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-16 13:17:57 +01:00
parent cf0bee7d6e
commit 951a74bb7e
3 changed files with 14 additions and 7 deletions

View File

@ -2,9 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build xkbcomp
cd $PKG_BUILD
XKBCOMP="/usr/bin/xkbcomp" \
./configure --host=$TARGET_NAME \
@ -15,8 +12,5 @@ XKBCOMP="/usr/bin/xkbcomp" \
--with-xkb-base=$XORG_PATH_XKB \
--without-xkb-rules-symlink \
# --with-xkb-rules-symlink=xorg
make
make DESTDIR=`pwd`/.install install

View File

@ -0,0 +1,14 @@
PKG_NAME="xkeyboard-config"
PKG_VERSION="2.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.X.org"
PKG_URL="http://people.freedesktop.org/~svu/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain xkbcomp"
PKG_PRIORITY="optional"
PKG_SECTION="x11/data"
PKG_SHORTDESC="xkeyboard-config: X keyboard extension data files"
PKG_LONGDESC="X keyboard extension data files."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://people.freedesktop.org/~svu/xkeyboard-config-2.0.tar.bz2