milis/talimatname/genel/i/iputils/talimat

17 lines
461 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: temel ağ uygulamaları
# URL: http://www.linuxfoundation.org/collaborate/workgroups/networking/iputils
# Paketçi: milisarge
# Gerekler: libcap libidn
isim=iputils
surum=s20161105
devir=1
kaynak=(https://github.com/$isim/$isim/archive/$surum.tar.gz)
derle() {
cd $isim-$surum
make USE_NETTLE=no USE_GNUTLS=no CCOPTOPT="$CFLAGS"
install -dm755 "${PKG}"/usr/bin
install -m755 arping clockdiff ping rarpd rdisc tftpd tracepath "${PKG}"/usr/bin/
}