1 # Contributor: Ermak <ermak@email.it>
5 pkgdesc="Program that remotely determines DNS server versions"
6 url="http://code.google.com/p/fpdns/"
10 arch=('i686' 'x86_64')
11 source=('http://fpdns.googlecode.com/files/Net-DNS-Fingerprint-0.9.3.tar.gz')
12 md5sums=('16f1fbc9e5c8b935a0a48a509dc58899')
15 cd ${srcdir}/Net-DNS-Fingerprint-0.9.3
16 eval `perl -V:archname`
17 /usr/bin/perl Makefile.PL \
18 INSTALLARCHLIB=/usr/lib/perl5/current/${archname} \
19 INSTALLSITELIB=/usr/lib/perl5/site_perl/current \
20 INSTALLSITEARCH=/usr/lib/perl5/site_perl/current/${archname}
21 /usr/bin/make || return 1
22 /usr/bin/make DESTDIR=${pkgdir} install
23 /usr/bin/find ${pkgdir} -name '.packlist' -delete
24 /usr/bin/find ${pkgdir} -name '*.pod' -delete