18 lines
306 B
Plaintext
18 lines
306 B
Plaintext
version=5.45
|
|
source=(http://prdownloads.sourceforge.net/expect/expect$version.tar.gz)
|
|
derle()
|
|
{
|
|
cd expect*
|
|
|
|
cp configure{,.orig}
|
|
sed 's:/usr/local/bin:/bin:' configure.orig > configure
|
|
|
|
./configure --prefix=/tools --with-tcl=/tools/lib \
|
|
--with-tclinclude=/tools/include
|
|
|
|
make
|
|
|
|
|
|
make SCRIPTS="" install
|
|
}
|