16 lines
446 B
Bash
16 lines
446 B
Bash
# Template build file for 'xkbcomp'.
|
|
pkgname=xkbcomp
|
|
version=1.3.1
|
|
revision=1
|
|
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=0304dc9e0d4ac10831a9ef5d5419722375ddbc3eac3ff4413094d57bc1f1923d
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|