18 lines
481 B
Bash
18 lines
481 B
Bash
# Template build file for 'xkbutils'.
|
|
pkgname=xkbutils
|
|
version=1.0.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel libXaw-devel xorgproto"
|
|
short_desc="XKBD Utilities"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=f6a4a8e9c54582beb3787b1faa8168caab125c1fee0ca9cfa5b6c9c1df25eea4
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|