2008-10-25 05:04:19 +02:00
|
|
|
# Template file for 'kbd'
|
|
|
|
pkgname=kbd
|
2011-05-16 10:56:01 +02:00
|
|
|
version=1.15.3
|
2011-11-16 09:45:34 +01:00
|
|
|
revision=4
|
2012-01-12 12:27:56 +01:00
|
|
|
#distfiles="${KERNEL_SITE}/utils/kbd/kbd-$version.tar.bz2"
|
|
|
|
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/kbd/kbd-1.15.3.tar.bz2/be28c144ba7b3e1cf630f909ae8e9875/kbd-1.15.3.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
|
2010-04-11 11:16:30 +02:00
|
|
|
--datarootdir=/usr/share --mandir=/usr/share/man"
|
2008-10-25 05:04:19 +02:00
|
|
|
short_desc="Linux keyboard utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-16 10:56:01 +02:00
|
|
|
checksum=63fafacf72635a064a370d044b75d9134083a5c15629b0b0f2a27b49bc07bbcf
|
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-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
|
|
|
|
2010-04-11 11:16:30 +02:00
|
|
|
post_install()
|
2009-10-20 01:28:07 +02:00
|
|
|
{
|
2011-10-13 21:49:26 +02:00
|
|
|
vmkdir usr/share
|
2010-04-11 11:16:30 +02:00
|
|
|
mv ${DESTDIR}/lib/kbd/locale ${DESTDIR}/usr/share
|
2011-11-16 09:45:34 +01:00
|
|
|
# Remove olpc keymaps, they conflict with qwerty ones!
|
|
|
|
# and who in earth uses olpc anyway??
|
|
|
|
rm -rf ${DESTDIR}/lib/kbd/keymaps/i386/olpc
|
2009-10-20 01:28:07 +02:00
|
|
|
}
|