# 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