summaryrefslogtreecommitdiff
path: root/dnstop/Pkgfile
blob: 2daf3ea67b6f52ebd5dfa9156e9fec4498c25b38 (plain)
    1 # Description: dns diagnostic tool
    2 # URL:         http://dns.measurement-factory.com/tools/dnstop/
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Depends on:  libpcap
    5 
    6 name=dnstop
    7 version=20140915
    8 release=1
    9 source=(http://dns.measurement-factory.com/tools/dnstop/src/$name-$version.tar.gz)
   10 build() {
   11     cd  $name-${version}
   12 
   13     ./configure --prefix=/usr
   14 
   15     make
   16 
   17     install -D dnstop $PKG/usr/bin/dnstop
   18     install -D dnstop.8 $PKG/usr/share/man/man8/dnstop.8
   19 }

Generated by cgit