1
0
forked from ports/contrib

dnstracer: new port

This commit is contained in:
Danny Rawlins 2006-12-20 23:21:32 +11:00
parent 578b40c5cb
commit 21fbea5c04
3 changed files with 24 additions and 0 deletions

6
dnstracer/.footprint Normal file
View File

@ -0,0 +1,6 @@
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/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/dnstracer.8.gz

1
dnstracer/.md5sum Normal file
View File

@ -0,0 +1 @@
f7e4102b572d052ca95567a08d9dde0a dnstracer-1.8.tar.gz

17
dnstracer/Pkgfile Normal file
View File

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