2008-10-25 05:04:19 +02:00
|
|
|
# Template file for 'kbd'
|
|
|
|
pkgname=kbd
|
2009-10-20 01:28:07 +02:00
|
|
|
version=1.15.1
|
2009-04-19 00:31:39 +02:00
|
|
|
distfiles="${KERNEL_SITE}/utils/kbd/kbd-$version.tar.bz2"
|
2008-10-25 05:04:19 +02:00
|
|
|
build_style=configure
|
2009-03-18 10:02:43 +01:00
|
|
|
configure_args="--datadir=/lib/kbd --bindir=/sbin
|
|
|
|
--localedir=/usr/share/locale --mandir=/usr/share/man"
|
2008-10-25 05:04:19 +02:00
|
|
|
short_desc="Linux keyboard utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-10-20 01:28:07 +02:00
|
|
|
checksum=352dd01f627c5407ba117eedc991d20e2ab9e7f7f10eb1f8609add50aeca8a33
|
2008-10-25 05:04:19 +02:00
|
|
|
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."
|
|
|
|
|
2009-02-25 06:15:20 +01:00
|
|
|
Add_dependency full glibc
|
2009-03-13 00:58:59 +01:00
|
|
|
Add_dependency build flex
|
2009-02-25 06:15:20 +01:00
|
|
|
Add_dependency build gettext
|
2009-10-20 01:28:07 +02:00
|
|
|
Add_dependency build automake
|
|
|
|
|
|
|
|
pre_configure()
|
|
|
|
{
|
|
|
|
cd $wrksrc && aclocal && autoconf && automake -a
|
|
|
|
}
|