2017-03-23 12:32:56 +01:00
|
|
|
|
# Description: Expect, telnet, ftp, passwd, fsck, rlogin, uç vb. etkileşimli uygulamaların otomatikleştirilmesi için bir araçtır.
|
2016-10-10 22:26:43 +02:00
|
|
|
|
# URL: http://expect.sourceforge.net
|
|
|
|
|
# Packager: milisarge
|
|
|
|
|
# Depends on: tcl
|
|
|
|
|
|
|
|
|
|
name=expect
|
|
|
|
|
version=5.45
|
|
|
|
|
release=1
|
|
|
|
|
source=(http://downloads.sourceforge.net/project/$name/Expect/$version/$name$version.tar.gz)
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd ${name}${version}
|
|
|
|
|
|
|
|
|
|
./configure --prefix=/usr --mandir=/usr/man --enable-gcc
|
|
|
|
|
make
|
|
|
|
|
make install DESTDIR=$PKG
|
|
|
|
|
}
|