expect.paketlendi

This commit is contained in:
milisman 2016-10-10 23:26:43 +03:00
parent 6ffab1a172
commit 8d39877029
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Description: expect
# 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
}