milis/talimatname/genel/iputils/talimat

17 lines
476 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: temel ağ uygulamaları
# URL: http://www.linuxfoundation.org/collaborate/workgroups/networking/iputils
# Packager: milisarge
# Depends on: libcap libidn
name=iputils
version=s20161105
release=1
source=(https://github.com/$name/$name/archive/$version.tar.gz)
build() {
cd $name-$version
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/
}