expect.paketlendi
This commit is contained in:
parent
6ffab1a172
commit
8d39877029
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue