opt/socat/Pkgfile

17 lines
468 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: SOcket CAT - netcat-like utility with many enhancements
# URL: http://www.dest-unreach.org/socat
2008-07-11 09:29:19 +02:00
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
2006-02-23 16:26:10 +01:00
# Depends on: ncurses, openssl, readline
name=socat
2009-04-02 10:58:41 +02:00
version=1.7.0.1
2006-02-23 16:26:10 +01:00
release=1
source=(http://www.dest-unreach.org/socat/download/$name-$version.tar.gz)
build () {
2006-07-15 10:09:48 +02:00
cd $name-$version
2008-10-16 12:46:57 +02:00
./configure --prefix=/usr --mandir=/usr/man
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}