16 lines
446 B
Bash
16 lines
446 B
Bash
# Template build file for 'xkbcomp'.
|
|
pkgname=xkbcomp
|
|
version=1.3.0
|
|
revision=2
|
|
build_style=gnu-configure
|
|
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=cfac973778fabf5216121ad60b7af8ab74ce7513af0f9260cf8c5309e1622b2a
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|