X-Git-Url: http://gitweb/?a=blobdiff_plain;f=kbd%2FPkgfile;h=b5bcccc28da9262634bd6dd0c0ad52d137d623d9;hb=70de2376be42f50bd34d6b995daf43964d6b58cb;hp=1f2caa99f3069929af6ef52211d6ca3de45bc166;hpb=ccff803b0dbfa86f32b3503a5778ead0d87af398;p=ports%2Fcore-arm.git diff --git a/kbd/Pkgfile b/kbd/Pkgfile index 1f2caa9..b5bcccc 100644 --- a/kbd/Pkgfile +++ b/kbd/Pkgfile @@ -5,20 +5,14 @@ # Depends on: name=kbd -version=2.0.2 +version=2.2.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 }