X-Git-Url: http://gitweb/?a=blobdiff_plain;f=kbd%2FPkgfile;h=1bd4f1e134fb8706e9abfd0ab7f8fb82c9c1f3ae;hb=adfaf2cbcb8916ba58b35eb6133c71e2891b877b;hp=aa0f19f90be202c22cc55e28e1f88ac7bf7d3a16;hpb=4e4188b972032ae66c76d4523ac8ea338bfba127;p=ports%2Fcore-arm.git diff --git a/kbd/Pkgfile b/kbd/Pkgfile index aa0f19f..1bd4f1e 100644 --- a/kbd/Pkgfile +++ b/kbd/Pkgfile @@ -5,20 +5,14 @@ # Depends on: name=kbd -version=2.0.3 +version=2.4.0 release=1 -source=(ftp://ftp.kernel.org/pub/linux/utils/$name/$name-$version.tar.xz) +source=(https://www.kernel.org/pub/linux/utils/$name/$name-$version.tar.xz) build() { cd $name-$version - # we don't want a dependency to 'check' - sed -i '/^SUBDIR/s/tests//' Makefile.am - sed -i '/\[check >= 0.9.4\]/s/^/#/' configure.ac - autoreconf --install - ./configure --prefix=/usr \ - --mandir=/usr/man \ --datadir=/usr/share/kbd \ --disable-vlock \ --disable-nls @@ -29,7 +23,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 }