xkbcomp: cross build and dbg support.

This commit is contained in:
Juan RP 2013-03-25 06:47:02 +01:00
parent 1ce0313edc
commit 6bb8b8b9d5

View file

@ -1,21 +1,19 @@
# Template build file for 'xkbcomp'. # Template build file for 'xkbcomp'.
pkgname=xkbcomp pkgname=xkbcomp
version=1.2.3 version=1.2.3
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" revision=2
build_style=gnu-configure build_style=gnu-configure
revision=1 hostmakedepends="pkg-config bison"
makedepends="pkg-config bison libX11-devel libxkbfile-devel" makedepends="libX11-devel libxkbfile-devel"
short_desc="XKBD keymap compiler" short_desc="XKBD keymap compiler"
homepage="http://xorg.freedesktop.org/" homepage="http://xorg.freedesktop.org/"
license="MIT" license="MIT"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=7598e8f44e2643c96d2e37aa44f344f6c48f1a262fc9207154353195b760cb16 checksum=7598e8f44e2643c96d2e37aa44f344f6c48f1a262fc9207154353195b760cb16
long_desc=" long_desc="
The xkbcomp tool converts descriptions of an XKB keymap into other formats, The xkbcomp tool converts descriptions of an XKB keymap into other formats,
most importantly the compiled keymaps used by XKB-capable X servers." most importantly the compiled keymaps used by XKB-capable X servers."
post_install() {
post_install()
{
vinstall COPYING 644 usr/share/licenses/${pkgname} vinstall COPYING 644 usr/share/licenses/${pkgname}
} }