dnstracer: dropped

This commit is contained in:
Danny Rawlins 2020-07-08 21:24:53 +10:00
parent cd7b5a8ef8
commit d39eae98f9
3 changed files with 0 additions and 32 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dnstracer
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/dnstracer.8.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF363j4l22M+plb0L0BJZLpkQhIGLL/nDSUetBVO4rNMuOdh46tiIEH2PRSDtuuk1emQItlCKB5TDelulRV6x2GAs=
SHA256 (Pkgfile) = e0bb1519fed8dd3e1ae552924c387d5166827ac63de40ee5d616204aa36eaa8d
SHA256 (.footprint) = 1e35dc79a5718ab249292f62476e668bbe2905060df9a28b3da778c016637353
SHA256 (dnstracer-1.9.tar.gz) = 2ebc08af9693ba2d9fa0628416f2d8319ca1627e41d64553875d605b352afe9c

View File

@ -1,20 +0,0 @@
# Description: Dnstracer determines where a given Domain Name Server (DNS) gets its information from.
# URL: http://www.mavetju.org/unix/dnstracer.php
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on:
name=dnstracer
version=1.9
release=1
source=(http://www.mavetju.org/download/dnstracer-$version.tar.gz)
build() {
cd dnstracer-$version
./configure --prefix=/usr --mandir=/usr/share/man
make
make DESTDIR=$PKG install
}