2016-02-24 01:27:23 +01:00
|
|
|
version=5.45
|
|
|
|
source=(http://prdownloads.sourceforge.net/expect/expect$version.tar.gz)
|
2017-10-27 23:59:41 +02:00
|
|
|
derle()
|
2016-02-24 01:27:23 +01:00
|
|
|
{
|
|
|
|
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
|
|
|
|
}
|