milis/talimatname/genel/p/perl-net-dns/talimat

21 lines
487 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Perl Modülü: DNS çözümleyicisine arayüz
# URL: http://search.cpan.org/
# Paketçi: milisarge
# Gerekler: perl-digest-hmac perl-net-ip perl-io-socket-inet6 perl-socket6
isim=perl-net-dns
surum=0.81
devir=1
kaynak=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$surum.tar.gz)
derle() {
cd Net-DNS-$surum
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG -iname '*.pod' -or \
-name '.packlist' -or \
-name 'perllocal.pod' | xargs rm
}