name=util-linux majver=2.26 version=$majver.2 update_url="https://www.kernel.org/pub/linux/utils/$name/" dlextract "https://www.kernel.org/pub/linux/utils/$name/v$majver/$name-$version.tar.xz" \ "9bdf368c395f1b70325d0eb22c7f48fb" header_end cd "$name-$version" ./configure --prefix=/usr make do_check make check make DESTDIR="$dir_install" install # NEEDS: group tty # vim:set tabstop=4 shiftwidth=4 syntax=sh et: