summaryrefslogtreecommitdiff
path: root/repo/system/kbd/kbd.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/kbd/kbd.xibuild')
-rw-r--r--repo/system/kbd/kbd.xibuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/repo/system/kbd/kbd.xibuild b/repo/system/kbd/kbd.xibuild
deleted file mode 100644
index 9c48903..0000000
--- a/repo/system/kbd/kbd.xibuild
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make "
-DEPS="musl pam"
-
-PKG_VER=2.4.0
-SOURCE=https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-$PKG_VER.tar.xz
-DESC="Keytable files and keyboard utilities"
-
-prepare () {
- # remove redundant resizecons program
- sed -i '/RESIZECONS_PROGS=/s/yes/no/' configure
- sed -i 's/resizecons.8 //' docs/man/man8/Makefile.in
-}
-
-build () {
- ./configure --prefix=/usr --disable-vlock
- make
-}
-
-package () {
- make DESTDIR=$PKG_DEST install
-}