summaryrefslogtreecommitdiff
path: root/repo/util
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util')
-rw-r--r--repo/util/acpi.xibuild2
-rw-r--r--repo/util/bash.xibuild2
-rw-r--r--repo/util/cpio.xibuild2
-rw-r--r--repo/util/dash.xibuild2
-rw-r--r--repo/util/diffutils.xibuild2
-rw-r--r--repo/util/elfutils.xibuild2
-rw-r--r--repo/util/file.xibuild2
-rw-r--r--repo/util/gawk.xibuild2
-rw-r--r--repo/util/grep.xibuild2
-rw-r--r--repo/util/iproute2.xibuild2
-rw-r--r--repo/util/keyutils.xibuild2
-rw-r--r--repo/util/less.xibuild2
-rw-r--r--repo/util/openssh.xibuild2
-rw-r--r--repo/util/pciutils.xibuild2
-rw-r--r--repo/util/pm-utils.xibuild2
-rw-r--r--repo/util/procps-ng.xibuild2
-rw-r--r--repo/util/sudo.xibuild2
-rw-r--r--repo/util/usbutils.xibuild2
-rw-r--r--repo/util/vim.xibuild2
-rw-r--r--repo/util/wget.xibuild2
-rw-r--r--repo/util/which.xibuild2
21 files changed, 21 insertions, 21 deletions
diff --git a/repo/util/acpi.xibuild b/repo/util/acpi.xibuild
index f8078f7..6e40c3a 100644
--- a/repo/util/acpi.xibuild
+++ b/repo/util/acpi.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make"
-DEPS="glibc acpid"
+DEPS="musl acpid"
PKG_VER=1.7
SOURCE=https://downloads.sourceforge.net/acpiclient/acpi-$PKG_VER.tar.gz
diff --git a/repo/util/bash.xibuild b/repo/util/bash.xibuild
index 78b6297..edb8748 100644
--- a/repo/util/bash.xibuild
+++ b/repo/util/bash.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make "
-DEPS="readline glibc ncurses"
+DEPS="readline musl ncurses"
PKG_VER=5.1.16
SOURCE=https://ftp.gnu.org/gnu/bash/bash-$PKG_VER.tar.gz
diff --git a/repo/util/cpio.xibuild b/repo/util/cpio.xibuild
index ae7516e..8aa3a45 100644
--- a/repo/util/cpio.xibuild
+++ b/repo/util/cpio.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make "
-DEPS="glibc"
+DEPS="musl"
PKG_VER=2.13
SOURCE=https://ftp.gnu.org/gnu/cpio/cpio-$PKG_VER.tar.bz2
diff --git a/repo/util/dash.xibuild b/repo/util/dash.xibuild
index 4d37360..c85eeb8 100644
--- a/repo/util/dash.xibuild
+++ b/repo/util/dash.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make "
-DEPS="glibc"
+DEPS="musl"
PKG_VER=0.5.11.5
SOURCE=http://gondor.apana.org.au/~herbert/dash/files/dash-$PKG_VER.tar.gz
diff --git a/repo/util/diffutils.xibuild b/repo/util/diffutils.xibuild
index a0ff092..08a5a39 100644
--- a/repo/util/diffutils.xibuild
+++ b/repo/util/diffutils.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make"
-DEPS="glibc bash"
+DEPS="musl bash"
PKG_VER=3.8
SOURCE=https://ftp.gnu.org/gnu/diffutils/diffutils-$PKG_VER.tar.xz
diff --git a/repo/util/elfutils.xibuild b/repo/util/elfutils.xibuild
index b9376c8..53e32d0 100644
--- a/repo/util/elfutils.xibuild
+++ b/repo/util/elfutils.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make "
-DEPS="glibc"
+DEPS="musl"
SOURCE=https://sourceware.org/elfutils/ftp/elfutils-latest.tar.bz2
DESC="Handle ELF object files and DWARF debugging information"
diff --git a/repo/util/file.xibuild b/repo/util/file.xibuild
index 89fc9dc..d658076 100644
--- a/repo/util/file.xibuild
+++ b/repo/util/file.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make "
-DEPS="glibc zlib xz bzip2"
+DEPS="musl zlib xz bzip2"
PKG_VER=5.40
SOURCE=http://ftp.astron.com/pub/file/file-$PKG_VER.tar.gz
diff --git a/repo/util/gawk.xibuild b/repo/util/gawk.xibuild
index b04b828..76abe77 100644
--- a/repo/util/gawk.xibuild
+++ b/repo/util/gawk.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make "
-DEPS="sh glibc mpfr"
+DEPS="sh musl mpfr"
PKG_VER=5.1.0
SOURCE=https://ftp.gnu.org/gnu/gawk/gawk-$PKG_VER.tar.xz
diff --git a/repo/util/grep.xibuild b/repo/util/grep.xibuild
index 70c4023..1ab6fd3 100644
--- a/repo/util/grep.xibuild
+++ b/repo/util/grep.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="grep make "
-DEPS="glibc pcre"
+DEPS="musl pcre"
PKG_VER=3.7
SOURCE=https://ftp.gnu.org/gnu/grep/grep-$PKG_VER.tar.xz
diff --git a/repo/util/iproute2.xibuild b/repo/util/iproute2.xibuild
index f29d2e6..e5a9c78 100644
--- a/repo/util/iproute2.xibuild
+++ b/repo/util/iproute2.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make "
-DEPS="glibc iptables libelf"
+DEPS="musl iptables libelf"
SOURCE=https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
DESC="IP Routing Utilities"
diff --git a/repo/util/keyutils.xibuild b/repo/util/keyutils.xibuild
index 5ca4807..d1aa438 100644
--- a/repo/util/keyutils.xibuild
+++ b/repo/util/keyutils.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make "
-DEPS="glibc sh"
+DEPS="musl sh"
PKG_VER=1.6.3
SOURCE=https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/keyutils-$PKG_VER.tar.gz
diff --git a/repo/util/less.xibuild b/repo/util/less.xibuild
index f9ef46e..ddaf791 100644
--- a/repo/util/less.xibuild
+++ b/repo/util/less.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make "
-DEPS="glibc ncurses pcre"
+DEPS="musl ncurses pcre"
PKG_VER=590
SOURCE=https://www.greenwoodsoftware.com/less/less-$PKG_VER.tar.gz
diff --git a/repo/util/openssh.xibuild b/repo/util/openssh.xibuild
index 3b03a6f..a9bc017 100644
--- a/repo/util/openssh.xibuild
+++ b/repo/util/openssh.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make "
-DEPS="glibc krb5 libressl libedit ldns libxcrypt zlib pam"
+DEPS="musl krb5 libressl libedit ldns libxcrypt zlib pam"
PKG_VER=8.8p1
SOURCE=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-$PKG_VER.tar.gz
diff --git a/repo/util/pciutils.xibuild b/repo/util/pciutils.xibuild
index 353a148..9ae5311 100644
--- a/repo/util/pciutils.xibuild
+++ b/repo/util/pciutils.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make "
-DEPS="glibc kmod"
+DEPS="musl kmod"
PKG_VER=3.7.0
SOURCE=https://www.kernel.org/pub/software/utils/pciutils/pciutils-$PKG_VER.tar.xz
diff --git a/repo/util/pm-utils.xibuild b/repo/util/pm-utils.xibuild
index 1a1ce73..5f3e179 100644
--- a/repo/util/pm-utils.xibuild
+++ b/repo/util/pm-utils.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="xmlto docbook-xml docbook-xsl"
-DEPS="glibc bash procps"
+DEPS="musl bash procps"
PKG_VER=1.4.1
SOURCE=https://pm-utils.freedesktop.org/releases/pm-utils-$PKG_VER.tar.gz
diff --git a/repo/util/procps-ng.xibuild b/repo/util/procps-ng.xibuild
index 687470d..1c928aa 100644
--- a/repo/util/procps-ng.xibuild
+++ b/repo/util/procps-ng.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make "
-DEPS="glibc ncurses"
+DEPS="musl ncurses"
PKG_VER=3.3.17
SOURCE=https://sourceforge.net/projects/procps-ng/files/Production/procps-ng-$PKG_VER.tar.xz
diff --git a/repo/util/sudo.xibuild b/repo/util/sudo.xibuild
index 70d826c..55df72d 100644
--- a/repo/util/sudo.xibuild
+++ b/repo/util/sudo.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make "
-DEPS="glibc libldap libressl pam zlib"
+DEPS="musl libldap libressl pam zlib"
PKG_VER=1.9.9
SOURCE=https://www.sudo.ws/dist/sudo-$PKG_VER.tar.gz
diff --git a/repo/util/usbutils.xibuild b/repo/util/usbutils.xibuild
index 6402ca8..274efc9 100644
--- a/repo/util/usbutils.xibuild
+++ b/repo/util/usbutils.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="libusb wget"
-DEPS="libusb glibc hwdata coreutils python"
+DEPS="libusb musl hwdata coreutils python"
PKG_VER=014
SOURCE=https://www.kernel.org/pub/linux/utils/usb/usbutils/usbutils-$PKG_VER.tar.xz
diff --git a/repo/util/vim.xibuild b/repo/util/vim.xibuild
index ca07e41..d8ee93b 100644
--- a/repo/util/vim.xibuild
+++ b/repo/util/vim.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make "
-DEPS="gpm acl glibc libgcrypt pcre zlib"
+DEPS="gpm acl musl libgcrypt pcre zlib"
PKG_VER=8.2.4257
SOURCE=https://github.com/vim/vim/archive/refs/tags/v$PKG_VER.tar.gz
diff --git a/repo/util/wget.xibuild b/repo/util/wget.xibuild
index 2187c5d..ac8be7b 100644
--- a/repo/util/wget.xibuild
+++ b/repo/util/wget.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make "
-DEPS="glibc gnutls libidn2 libpsl nettle util-linux pcre2 zlib cacerts"
+DEPS="musl gnutls libidn2 libpsl nettle util-linux pcre2 zlib cacerts"
PKG_VER=1.21.2
SOURCE=https://ftp.gnu.org/gnu/wget/wget-$PKG_VER.tar.gz
diff --git a/repo/util/which.xibuild b/repo/util/which.xibuild
index e3779bf..ea246fa 100644
--- a/repo/util/which.xibuild
+++ b/repo/util/which.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make "
-DEPS="glibc bash"
+DEPS="musl bash"
PKG_VER=2.21