milis/talimatname/genel/e/expect/talimat
2018-08-17 06:38:09 +00:00

18 lines
461 B
Text
Raw Permalink 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.

# Tanım: Telnet, ftp, passwd, fsck, rlogin, uç vb. etkileşimli uygulamaların otomatikleştirilmesi için bir araç.
# URL: http://expect.sourceforge.net
# Paketçi: milisarge
# Gerekler: tcl
# Grup: ağ
isim=expect
surum=5.45
devir=1
kaynak=(http://downloads.sourceforge.net/project/$isim/Expect/$surum/$isim$surum.tar.gz)
derle() {
cd ${isim}${surum}
./configure --prefix=/usr --mandir=/usr/man --enable-gcc
make
make install DESTDIR=$PKG
}