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.
 
 
 
 
 

18 lines
496 B

name=attr
version=2.4.47
update_url="http://download.savannah.gnu.org/releases/$name/"
enable_check=false # These tests require a specific filesystem.
dlextract "http://download.savannah.gnu.org/releases/$name/$name-$version.src.tar.gz" \
"84f58dec00b60f2dc8fd1c9709291cc7"
header_end
cd "$name-$version"
./configure --prefix=/usr
make
do_check make -j1 tests root-tests
make DIST_ROOT="$dir_install" install install-lib install-dev
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: