summary refs log tree commit diff
path: root/def/chroot-util-linux
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-01-27 14:42:06 +0100
committerLeah Neukirchen <leah@vuxu.org>2020-01-27 14:42:06 +0100
commit6dee0885b727f7f8da484ce5eda5599024a671de (patch)
tree733c7d67759ed43541cf5bac917fb27d7e62a261 /def/chroot-util-linux
downloadmewix-6dee0885b727f7f8da484ce5eda5599024a671de.tar.gz
mewix-6dee0885b727f7f8da484ce5eda5599024a671de.tar.xz
mewix-6dee0885b727f7f8da484ce5eda5599024a671de.zip
initial commit of mewix
Diffstat (limited to 'def/chroot-util-linux')
-rw-r--r--def/chroot-util-linux15
1 files changed, 15 insertions, 0 deletions
diff --git a/def/chroot-util-linux b/def/chroot-util-linux
new file mode 100644
index 0000000..61a5cb6
--- /dev/null
+++ b/def/chroot-util-linux
@@ -0,0 +1,15 @@
+pkgname=chroot-util-linux
+version=2.32.1
+distfiles="https://www.kernel.org/pub/linux/utils/util-linux/v${version%.*}/util-linux-${version}.tar.xz"
+configure_args="
+ --without-ncurses --without-ncursesw --without-udev
+ --without-systemd --disable-libuuid --disable-libblkid --disable-libmount
+ --disable-mount --disable-losetup --disable-fsck --disable-partx --disable-uuidd
+ --disable-mountpoint --disable-fallocate --disable-unshare --disable-nls
+ --disable-wall --disable-chfn-chsh-password --disable-su --disable-sulogin
+ --disable-login --disable-runuser --disable-setpriv --disable-libsmartcols"
+
+post_install() {
+  rm -rf ${DESTDIR}/sbin
+  rm -rf ${DESTDIR}/usr/sbin
+}