kbd: update to 1.15.1.
--HG-- extra : convert_revision : 12f3b78d9cc4f7c964d2cac4fe989c7b1fbfde6c
This commit is contained in:
parent
4957b799cb
commit
dcf43b05c1
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'kbd'
|
# Template file for 'kbd'
|
||||||
pkgname=kbd
|
pkgname=kbd
|
||||||
version=1.15
|
version=1.15.1
|
||||||
distfiles="${KERNEL_SITE}/utils/kbd/kbd-$version.tar.bz2"
|
distfiles="${KERNEL_SITE}/utils/kbd/kbd-$version.tar.bz2"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--datadir=/lib/kbd --bindir=/sbin
|
configure_args="--datadir=/lib/kbd --bindir=/sbin
|
||||||
--localedir=/usr/share/locale --mandir=/usr/share/man"
|
--localedir=/usr/share/locale --mandir=/usr/share/man"
|
||||||
short_desc="Linux keyboard utilities"
|
short_desc="Linux keyboard utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=8228501aadd7e3810a004063b5c1ab4b3d1a0dadd849851379f1e26df41f98f9
|
checksum=352dd01f627c5407ba117eedc991d20e2ab9e7f7f10eb1f8609add50aeca8a33
|
||||||
long_desc="
|
long_desc="
|
||||||
The kbd package contains keytable files and keyboard utilities compatible
|
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."
|
with kernel version 1.1.54 and later. Setfont requires 1.1.92 or later."
|
||||||
|
@ -15,3 +15,9 @@ long_desc="
|
||||||
Add_dependency full glibc
|
Add_dependency full glibc
|
||||||
Add_dependency build flex
|
Add_dependency build flex
|
||||||
Add_dependency build gettext
|
Add_dependency build gettext
|
||||||
|
Add_dependency build automake
|
||||||
|
|
||||||
|
pre_configure()
|
||||||
|
{
|
||||||
|
cd $wrksrc && aclocal && autoconf && automake -a
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue