mtr: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-13 09:52:12 +02:00
parent 46f573726c
commit a5297c4663
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39JQfthsscsajIO+5+O06rgF/ze/4qeD0bMdHYYgoaADRgYw2V+Dl/Sj9q29vJFV4V//a1dMmm2v2PUv6s6/FQg= RWSagIOpLGJF35ZZ8z8neNrhdmJxyZN6Gr6KLPOARS+ZkFJGM7E0WgevQKOMTp+hJe+8WXIqDYoQYy7dsHRXFFMw/C4RGY3G8QY=
SHA256 (Pkgfile) = 06698932e39dd0c9eb5fb3fd375b7feef46da54979d2fd07085f7c36e4571422 SHA256 (Pkgfile) = 05adc60ce69ddc121537b2d8c048dab3335883110871a48b4504f81336372fbb
SHA256 (.footprint) = ba9dc28bfd821a2bac57b3318376a437cf2f24a180c8c94175063d3d4bf530f4 SHA256 (.footprint) = ba9dc28bfd821a2bac57b3318376a437cf2f24a180c8c94175063d3d4bf530f4
SHA256 (mtr-v0.95.tar.gz) = 12490fb660ba5fb34df8c06a0f62b4f9cbd11a584fc3f6eceda0a99124e8596f SHA256 (mtr-v0.95.tar.gz) = 12490fb660ba5fb34df8c06a0f62b4f9cbd11a584fc3f6eceda0a99124e8596f

View File

@ -1,6 +1,6 @@
# Description: Matt's traceroute - network diagnostic tool. # Description: Matt's traceroute - network diagnostic tool.
# URL: http://www.bitwizard.nl/mtr/ # URL: http://www.bitwizard.nl/mtr/
# Maintainer: Danny Rawlins, crux at romster dot me # Maintainer: unmaintained
# Depends on: ncurses # Depends on: ncurses
name=mtr name=mtr
@ -9,14 +9,14 @@ release=1
source=(https://github.com/traviscross/mtr/archive/v$version/$name-v$version.tar.gz) source=(https://github.com/traviscross/mtr/archive/v$version/$name-v$version.tar.gz)
build() { build() {
cd $name-$version cd $name-$version
./bootstrap.sh ./bootstrap.sh
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--sbindir=/usr/bin \ --sbindir=/usr/bin \
--without-gtk --without-gtk
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }