milis/talimatname/genel/expect/talimat

18 lines
478 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Expect, telnet, ftp, passwd, fsck, rlogin, uç vb. etkileşimli uygulamaların otomatikleştirilmesi için bir araçtır.
# 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
}