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

21 lines
502 B
Plaintext
Raw Normal View History

2017-04-10 15:13:39 +02:00
# Description: Perl Modülü: DNS çözümleyicisine arayüz
2016-02-24 01:27:23 +01:00
# URL: http://search.cpan.org/
2017-04-10 15:13:39 +02:00
# Packager: milisarge
2017-04-13 19:15:35 +02:00
# Depends on: perl-digest-hmac perl-net-ip perl-io-socket-inet6 perl-socket6
2017-04-10 15:13:39 +02:00
2016-02-24 01:27:23 +01:00
name=perl-net-dns
version=0.81
release=1
source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$version.tar.gz)
build() {
cd Net-DNS-$version
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG -iname '*.pod' -or \
-name '.packlist' -or \
-name 'perllocal.pod' | xargs rm
}