kbd: update to 1.15.2.

--HG--
extra : convert_revision : 2216d40563c1813a5feea8d8a4b8f14992b6e6ab
This commit is contained in:
Juan RP 2010-04-11 11:16:30 +02:00
parent 8d09c3f65a
commit 163769ee6d

View file

@ -1,23 +1,23 @@
# Template file for 'kbd'
pkgname=kbd
version=1.15.1
version=1.15.2
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"
--datarootdir=/usr/share --mandir=/usr/share/man"
short_desc="Linux keyboard utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=352dd01f627c5407ba117eedc991d20e2ab9e7f7f10eb1f8609add50aeca8a33
checksum=b3602d191eef7a6a8317fc3cd231efa40a89ac235dce57a77cac825a2a21eba6
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 run glibc
Add_dependency build flex
Add_dependency build gettext
Add_dependency build automake
pre_configure()
post_install()
{
cd $wrksrc && aclocal && autoconf && automake -a
mkdir -p ${DESTDIR}/usr/share
mv ${DESTDIR}/lib/kbd/locale ${DESTDIR}/usr/share
}