opt/socat/Pkgfile

17 lines
397 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: SOcket CAT - netcat-like utility with many enhancements
2021-11-01 13:31:04 +01:00
# URL: http://www.dest-unreach.org/socat
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: openssl readline
2006-02-23 16:26:10 +01:00
name=socat
2022-01-10 13:33:45 +01:00
version=1.7.4.3
2006-02-23 16:26:10 +01:00
release=1
2021-11-01 13:31:04 +01:00
source=(http://www.dest-unreach.org/socat/download/$name-$version.tar.gz)
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
}