chroot-util-linux: remove more unused stuff

This commit is contained in:
maxice8 2019-03-31 02:44:19 -03:00 committed by maxice8
parent 91dba7fbac
commit 8e6b4506cc
1 changed files with 7 additions and 6 deletions

View File

@ -1,16 +1,16 @@
# Template file for 'chroot-util-linux'
pkgname=chroot-util-linux
version=2.32.1
revision=1
revision=2
wrksrc="${pkgname/chroot-/}-${version}"
bootstrap=yes
build_style=gnu-configure
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
--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
scanf_cv_alloc_modifier=as"
makedepends="zlib-devel"
short_desc="Miscellaneous linux utilities -- for xbps-src use"
@ -33,4 +33,5 @@ post_install() {
rm -rf ${DESTDIR}/sbin
rm -rf ${DESTDIR}/usr/sbin
rm -rf ${DESTDIR}/usr/share/man
rm -rf ${DESTDIR}/usr/share/bash-completion
}