2008-10-04 04:29:49 +00:00
|
|
|
# Template build file for 'xkbcomp'.
|
|
|
|
pkgname=xkbcomp
|
2011-06-21 20:06:13 +00:00
|
|
|
version=1.2.3
|
2009-03-24 11:34:29 +00:00
|
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
2008-10-01 03:09:19 +00:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="XKBD keymap compiler"
|
2011-06-21 20:06:13 +00:00
|
|
|
homepage="http://xorg.freedesktop.org/"
|
|
|
|
license="MIT"
|
|
|
|
checksum=7598e8f44e2643c96d2e37aa44f344f6c48f1a262fc9207154353195b760cb16
|
2009-03-24 11:34:29 +00:00
|
|
|
long_desc="
|
2008-10-01 03:09:19 +00:00
|
|
|
The xkbcomp tool converts descriptions of an XKB keymap into other formats,
|
|
|
|
most importantly the compiled keymaps used by XKB-capable X servers."
|
2009-03-24 11:34:29 +00:00
|
|
|
|
2010-11-02 21:40:45 +00:00
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run libX11
|
|
|
|
Add_dependency run libxkbfile
|
|
|
|
|
2009-03-24 11:34:29 +00:00
|
|
|
Add_dependency build pkg-config
|
2011-02-11 10:15:20 +00:00
|
|
|
Add_dependency build bison
|
2010-11-02 21:40:45 +00:00
|
|
|
Add_dependency build libX11-devel
|
|
|
|
Add_dependency build libxkbfile
|
2011-06-21 20:06:13 +00:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
install -Dm644 COPYING ${DESTDIR}/usr/share/licenses/${pkgname}/LICENSE
|
|
|
|
}
|