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.

13 lines
291 B

# Example of a satellite file, which is just a shell script with a cool name.
name=hello
version=2.9
dlextract "http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz" \
"67607d2616a0faaf5bc94c59dca7c3cb"
cd "$name-$version"
./configure
make
make DESTDIR="$dir_install" install