void-packages/srcpkgs/kbd/template

24 lines
736 B
Text
Raw Normal View History

# Template file for 'kbd'
pkgname=kbd
version=1.15.1
distfiles="${KERNEL_SITE}/utils/kbd/kbd-$version.tar.bz2"
build_style=configure
configure_args="--datadir=/lib/kbd --bindir=/sbin
--localedir=/usr/share/locale --mandir=/usr/share/man"
short_desc="Linux keyboard utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=352dd01f627c5407ba117eedc991d20e2ab9e7f7f10eb1f8609add50aeca8a33
long_desc="
The kbd package contains keytable files and keyboard utilities compatible
with kernel version 1.1.54 and later. Setfont requires 1.1.92 or later."
Add_dependency full glibc
Add_dependency build flex
Add_dependency build gettext
Add_dependency build automake
pre_configure()
{
cd $wrksrc && aclocal && autoconf && automake -a
}