Improved code to install dump1090 binary in net/dump1090 and hostname symlinks in net/hostname Removed code that manually discards static archives in net/php Miscellaneous SHA512 checksum updates and minor fixes in several net pkg build files
31 lines
705 B
Text
Executable file
31 lines
705 B
Text
Executable file
app=mtr
|
|
version=0.93
|
|
build=1sml
|
|
homepage="https://www.bitwizard.nl/mtr/"
|
|
download="https://github.com/traviscross/mtr/archive/refs/tags/v$version.tar.gz"
|
|
desc="Combined traceroute and ping utility for diagnosing networks problems"
|
|
requires="netbsd-curses gtk2"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix="" \
|
|
--sbindir=/bin
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp BSDCOPYING COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
9ab524d8be879cd2a56ea959cba69aadb7a94f9934070954252ee0b5b035504e8d39a8bdb4dca1b5fbf422e588d434ba47ebea3f3e9db4dc0cf0deb1d9ea0bd5 mtr-0.93.tar.lz
|
|
"
|