# 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" cd "$name-$version" ./configure make make DESTDIR="$dir_install" install