milis/talimatname/genel/s/socat/talimat

20 lines
391 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:
# Grup: ağ
isim=socat
surum=1.7.3.1
devir=1
kaynak=(http://www.dest-unreach.org/$isim/download/$isim-$surum.tar.bz2
libressl.patch)
derle() {
cd $isim-$surum
patch -p1 < $SRC/libressl.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}