milis/talimatname/genel/tcptraceroute/talimat

23 lines
533 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.

# Description: TCP paketlerini kullanan bir traceroute uygulaması.
# URL: http://michael.toren.net/code/tcptraceroute/
# Packager: yakar (aydin@komutan.org)
# Depends on: libpcap libnet
name=tcptraceroute
version=1.5beta7
release=1
source=(https://github.com/mct/tcptraceroute/archive/tcptraceroute-${version}.tar.gz)
build() {
cd "$SRC/tcptraceroute-tcptraceroute-$version"
./configure --prefix=/usr --sysconfdir=/etc
mkdir -p "$PKG/usr/share"
make
make DESTDIR=$PKG install
mv "$PKG/usr/man" "$PKG/usr/share/"
}