-rwxr-xr-x root/root usr/bin/showkey
-rwxr-xr-x root/root usr/bin/unicode_start
-rwxr-xr-x root/root usr/bin/unicode_stop
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/chvt.1.gz
--rw-r--r-- root/root usr/man/man1/deallocvt.1.gz
--rw-r--r-- root/root usr/man/man1/dumpkeys.1.gz
--rw-r--r-- root/root usr/man/man1/fgconsole.1.gz
--rw-r--r-- root/root usr/man/man1/kbd_mode.1.gz
--rw-r--r-- root/root usr/man/man1/loadkeys.1.gz
--rw-r--r-- root/root usr/man/man1/openvt.1.gz
--rw-r--r-- root/root usr/man/man1/setleds.1.gz
--rw-r--r-- root/root usr/man/man1/setmetamode.1.gz
--rw-r--r-- root/root usr/man/man1/showkey.1.gz
--rw-r--r-- root/root usr/man/man1/unicode_start.1.gz
--rw-r--r-- root/root usr/man/man1/unicode_stop.1.gz
-drwxr-xr-x root/root usr/man/man5/
--rw-r--r-- root/root usr/man/man5/keymaps.5.gz
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/getkeycodes.8.gz
--rw-r--r-- root/root usr/man/man8/kbdrate.8.gz
--rw-r--r-- root/root usr/man/man8/setfont.8.gz
--rw-r--r-- root/root usr/man/man8/setkeycodes.8.gz
--rw-r--r-- root/root usr/man/man8/setvtrgb.8.gz
--rw-r--r-- root/root usr/man/man8/showconsolefont.8.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/kbd/
drwxr-xr-x root/root usr/share/kbd/consolefonts/
-rw-r--r-- root/root usr/share/kbd/unimaps/ruscii.uni
-rw-r--r-- root/root usr/share/kbd/unimaps/tcvn.uni
-rw-r--r-- root/root usr/share/kbd/unimaps/viscii.uni
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/chvt.1.gz
+-rw-r--r-- root/root usr/share/man/man1/deallocvt.1.gz
+-rw-r--r-- root/root usr/share/man/man1/dumpkeys.1.gz
+-rw-r--r-- root/root usr/share/man/man1/fgconsole.1.gz
+-rw-r--r-- root/root usr/share/man/man1/kbd_mode.1.gz
+-rw-r--r-- root/root usr/share/man/man1/loadkeys.1.gz
+-rw-r--r-- root/root usr/share/man/man1/openvt.1.gz
+-rw-r--r-- root/root usr/share/man/man1/setleds.1.gz
+-rw-r--r-- root/root usr/share/man/man1/setmetamode.1.gz
+-rw-r--r-- root/root usr/share/man/man1/showkey.1.gz
+-rw-r--r-- root/root usr/share/man/man1/unicode_start.1.gz
+-rw-r--r-- root/root usr/share/man/man1/unicode_stop.1.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/keymaps.5.gz
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/getkeycodes.8.gz
+-rw-r--r-- root/root usr/share/man/man8/kbdrate.8.gz
+-rw-r--r-- root/root usr/share/man/man8/setfont.8.gz
+-rw-r--r-- root/root usr/share/man/man8/setkeycodes.8.gz
+-rw-r--r-- root/root usr/share/man/man8/setvtrgb.8.gz
+-rw-r--r-- root/root usr/share/man/man8/showconsolefont.8.gz
name=kbd
version=2.0.3
release=1
-source=(ftp://ftp.kernel.org/pub/linux/utils/$name/$name-$version.tar.xz)
+source=(http://ftp.kernel.org/pub/linux/utils/$name/$name-$version.tar.xz)
build() {
cd $name-$version
autoreconf --install
./configure --prefix=/usr \
- --mandir=/usr/man \
--datadir=/usr/share/kbd \
--disable-vlock \
--disable-nls
rm -r $PKG/usr/share/kbd/keymaps/{ppc,mac,atari,amiga,sun}
rm $PKG/usr/bin/{loadunimap,mapscrn,psf*table}
- rm $PKG/usr/man/man8/{loadunimap,mapscrn,resizecons}.8
- rm $PKG/usr/man/man1/psf*table.1
+ rm $PKG/usr/share/man/man8/{loadunimap,mapscrn,resizecons}.8
+ rm $PKG/usr/share/man/man1/psf*table.1
find $PKG/usr/share/kbd/ -type f -name "README*" -delete
}