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