summaryrefslogtreecommitdiff
path: root/kbd/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2013-08-22 09:25:12 +0200
committerJuergen Daubert <jue@jue.li>2013-08-22 09:25:12 +0200
commit6285cc9ca0dc040e98ff8295231383f32a73ad51 (patch)
tree0a6305488fd1625424afad59c98e6303136c0189 /kbd/Pkgfile
parentbd0922d37bbe7eebf8228c3ee5aeb584bcd4e18f (diff)
downloadcore-6285cc9ca0dc040e98ff8295231383f32a73ad51.tar.gz
core-6285cc9ca0dc040e98ff8295231383f32a73ad51.tar.xz
kbd: update to 2.0.0
Diffstat (limited to 'kbd/Pkgfile')
-rw-r--r--kbd/Pkgfile13
1 files changed, 9 insertions, 4 deletions
diff --git a/kbd/Pkgfile b/kbd/Pkgfile
index 079be6c5..8e6d5904 100644
--- a/kbd/Pkgfile
+++ b/kbd/Pkgfile
@@ -1,21 +1,26 @@
# Description: Keytable files and keyboard utilities
-# URL: ftp://ftp.win.tue.nl/pub/linux-local/utils/kbd/
+# URL: http://kbd-project.org/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=kbd
-version=1.15.5
+version=2.0.0
release=1
-source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/$name-$version.tar.gz)
+source=(ftp://ftp.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
- make -j1
+ make
make DESTDIR=$PKG install
ln -sf default8x16.psfu.gz $PKG/usr/share/kbd/consolefonts/default.gz

Generated by cgit