Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
429 B

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: