summary refs log tree commit diff
path: root/def/chroot-util-linux
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-01-31 15:59:31 +0100
committerLeah Neukirchen <leah@vuxu.org>2020-01-31 15:59:31 +0100
commit8b4c9aad73a0ec3bcf2bc2c66a356fc829a487ec (patch)
tree3dcd6061810fe0298cc9913f5b93f0df142f1eab /def/chroot-util-linux
parent289055301db8c7bf26eaf47228e0747c69623bfd (diff)
downloadmewix-8b4c9aad73a0ec3bcf2bc2c66a356fc829a487ec.tar.gz
mewix-8b4c9aad73a0ec3bcf2bc2c66a356fc829a487ec.tar.xz
mewix-8b4c9aad73a0ec3bcf2bc2c66a356fc829a487ec.zip
add package categories, defaulting to a/
Diffstat (limited to 'def/chroot-util-linux')
-rw-r--r--def/chroot-util-linux15
1 files changed, 0 insertions, 15 deletions
diff --git a/def/chroot-util-linux b/def/chroot-util-linux
deleted file mode 100644
index 61a5cb6..0000000
--- a/def/chroot-util-linux
+++ /dev/null
@@ -1,15 +0,0 @@
-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
-}