opt/socat/Pkgfile

17 lines
408 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
# Depends on: openssl readline
2006-02-23 16:26:10 +01:00
name=socat
2021-01-11 12:45:53 +01:00
version=1.7.4.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
2021-01-05 15:24:28 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}