milis/talimatname/genel/perl-net-dns-resolver-progr.../talimat

22 lines
635 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.

# Description: DNS'nin çevrimdışı öykünmesi için bir Net::DNS::Resolver alt sınıfı
# URL: http://search.cpan.org/
# Packager: milisarge
# Depends on: perl perl-net-dns
name=perl-net-dns-resolver-programmable
version=0.003
release=1
source=(http://www.cpan.org/authors/id/J/JM/JMEHNLE/net-dns-resolver-programmable/Net-DNS-Resolver-Programmable-v$version.tar.gz)
build() {
cd Net-DNS-Resolver-Programmable-v$version
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \
-name '*.bs' -or \
-name '.packlist' -or \
-name 'perllocal.pod' | xargs rm
}