milis/talimatname/genel/s/socat/talimat

19 lines
387 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: SOcket CAT - netcat benzeri ek özellikli araç
# URL: http://www.dest-unreach.org/socat
# Paketçi: milisarge
# Gerekler:
name=socat
version=1.7.3.1
release=1
source=(http://www.dest-unreach.org/$name/download/$name-$version.tar.bz2
libressl.patch)
derle() {
cd $name-$version
patch -p1 < $SRC/libressl.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}