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.
14 lines
425 B
14 lines
425 B
name=expect
|
|
version=5.45
|
|
|
|
dlextract "https://sourceforge.net/projects/$name/files/Expect/$version/$name$version.tar.gz" \
|
|
"44e1a4f4c877e9ddc5a542dfa7ecc92b"
|
|
header_end
|
|
|
|
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:
|
|
|