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

21 lines
457 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: Perl Modülü: IPv4 ve IPv6 adreslerinin kolay manipüle edilmesi
# URL: http://search.cpan.org/
# Paketçi: milisarge
# Gerekler:
isim=perl-net-ip
surum=1.26
devir=1
kaynak=(http://www.cpan.org/authors/id/M/MA/MANU/Net-IP-$surum.tar.gz)
derle() {
cd Net-IP-$surum
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG -iname '*.pod' -or \
-name '.packlist' -or \
-name 'perllocal.pod' | xargs rm
}