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.

15 lines
309 B

6 years ago
import 'compile/configure'
name=gputils
majver=1.5.0
version=$majver-1
dlextract "https://sourceforge.net/projects/$name/files/$name/$majver/$name-$version.tar.bz2" \
'1fddfcba61c442d1e51bb0823dd6c34a'
_
cd "$name-$majver"
compile_configure
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: