opt/socat/Pkgfile

17 lines
429 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
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2015-06-27 17:40:21 +02:00
# Depends on: ncurses openssl readline
2006-02-23 16:26:10 +01:00
name=socat
version=1.7.3.1
2006-02-23 16:26:10 +01:00
release=1
2010-01-11 18:47:44 +01:00
source=(http://www.dest-unreach.org/socat/download/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build () {
2006-07-15 10:09:48 +02:00
cd $name-$version
./configure --prefix=/usr
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}