milis/talimatname/genel/t/tcptraceroute/talimat

24 lines
530 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: TCP paketlerini kullanan bir traceroute uygulaması.
# URL: http://michael.toren.net/code/tcptraceroute/
# Paketçi: yakar_(aydin@komutan.org)
# Gerekler: libpcap libnet
# Grup: ağ
isim=tcptraceroute
surum=1.5beta7
devir=1
kaynak=(https://github.com/mct/tcptraceroute/archive/tcptraceroute-${surum}.tar.gz)
derle() {
cd "$SRC/tcptraceroute-tcptraceroute-$surum"
./configure --prefix=/usr --sysconfdir=/etc
mkdir -p "$PKG/usr/share"
make
make DESTDIR=$PKG install
mv "$PKG/usr/man" "$PKG/usr/share/"
}