1
0
forked from ports/opt
opt/socat/Pkgfile
2005-12-08 16:17:10 +00:00

16 lines
402 B
Plaintext

# Description: SOcket CAT - netcat-like utility with many enhancements
# URL: http://www.dest-unreach.org/socat
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
name=socat
version=1.4.3.0
release=1
source=(http://www.dest-unreach.org/socat/download/$name-$version.tar.gz)
build () {
cd $name-1.4
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}