vp-build/srcpkgs/xkbutils/template

18 lines
477 B
Bash

# Template build file for 'xkbutils'.
pkgname=xkbutils
version=1.0.4
revision=2
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="Juan RP <xtraeme@voidlinux.eu>"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=d2a18ab90275e8bca028773c44264d2266dab70853db4321bdbc18da75148130
post_install() {
vlicense COPYING
}