# Description: A tool for automating interactive applications # URL: http://www.nist.gov/el/msid/expect.cfm # Maintainer: protonesso, nagakamira at gmail dot com # Depends on: tcl # Section: utils name=expect version=5.45.4 release=1 source=("https://downloads.sourceforge.net/project/expect/Expect/$version/expect${version}.tar.gz") build() { cd "$SRC"/expect${version} cp "$STUFF"/config.guess tclconfig/config.guess cp "$STUFF"/config.sub tclconfig/config.sub ./configure $BUILDFLAGS \ --prefix=/usr \ --mandir=/usr/share/man \ --with-tcl=/usr/lib \ --with-tclinclude=/usr/include \ --disable-rpath make make DESTDIR="$PKG" install }