2008-10-25 03:04:19 +00:00
|
|
|
# Template file for 'kbd'
|
|
|
|
pkgname=kbd
|
2011-05-16 08:56:01 +00:00
|
|
|
version=1.15.3
|
2012-03-06 22:13:08 +00:00
|
|
|
revision=5
|
|
|
|
homepage="ftp://ftp.altlinux.org/pub/people/legion/kbd/"
|
|
|
|
distfiles="${KERNEL_SITE}/utils/kbd/kbd-$version.tar.bz2"
|
2008-10-25 03:04:19 +00:00
|
|
|
build_style=configure
|
2012-03-06 22:13:08 +00:00
|
|
|
configure_args="--prefix=/usr --datadir=/usr/share/kbd
|
|
|
|
--localedir=/usr/share/kbd/locale --mandir=/usr/share/man"
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="flex"
|
2008-10-25 03:04:19 +00:00
|
|
|
short_desc="Linux keyboard utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-03-06 22:13:08 +00:00
|
|
|
license="GPL-2"
|
2011-05-16 08:56:01 +00:00
|
|
|
checksum=63fafacf72635a064a370d044b75d9134083a5c15629b0b0f2a27b49bc07bbcf
|
2008-10-25 03:04:19 +00:00
|
|
|
long_desc="
|
2012-03-06 22:13:08 +00:00
|
|
|
This package allows you to set up the Linux console, change the font,
|
|
|
|
resize text mode virtual consoles and remap the keyboard."
|
2008-10-25 03:04:19 +00:00
|
|
|
|
2009-10-19 23:28:07 +00:00
|
|
|
|
2012-03-06 22:13:08 +00:00
|
|
|
post_install() {
|
2011-11-16 08:45:34 +00:00
|
|
|
# Remove olpc keymaps, they conflict with qwerty ones!
|
|
|
|
# and who in earth uses olpc anyway??
|
2012-03-06 22:13:08 +00:00
|
|
|
rm -rf ${DESTDIR}/usr/share/kbd/keymaps/i386/olpc
|
2009-10-19 23:28:07 +00:00
|
|
|
}
|