name=expect version=5.45 dlextract "http://sourceforge.net/projects/$name/files/Expect/$version/$name$version.tar.gz" \ "44e1a4f4c877e9ddc5a542dfa7ecc92b" cd "$name$version" sed -i 's:/usr/local/bin:/bin:' configure ./configure --prefix=/tools --with-tcl=/tools/lib --with-tclinclude=/tools/include make; make DESTDIR="$dir_install" SCRIPTS="" install # vim:set tabstop=4 shiftwidth=4 syntax=sh et: