X-Git-Url: http://gitweb/?a=blobdiff_plain;f=kbd%2FPkgfile;h=cb683a4bbdfb2253bfe6d5b43382fd365351bd1b;hb=a43e169dffe365f0c1af1a92229f7468908da8de;hp=7ea8881656cef8cb020cf2f6bf9ec429b4f9f31c;hpb=a8ee9af35b87466333f295932f606a9be0fdee91;p=ports%2Fcore-arm.git

diff --git a/kbd/Pkgfile b/kbd/Pkgfile
index 7ea8881..cb683a4 100644
--- a/kbd/Pkgfile
+++ b/kbd/Pkgfile
@@ -5,9 +5,9 @@
 # Depends on:
 
 name=kbd
-version=2.0.0
-release=1
-source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/$name-$version.tar.gz)
+version=2.0.3
+release=2
+source=(http://ftp.kernel.org/pub/linux/utils/$name/$name-$version.tar.xz)
 
 build() {
   cd $name-$version
@@ -18,7 +18,6 @@ build() {
   autoreconf --install
 
   ./configure --prefix=/usr \
-              --mandir=/usr/man \
               --datadir=/usr/share/kbd \
               --disable-vlock \
               --disable-nls
@@ -29,7 +28,7 @@ build() {
 
   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
 }