milis/talimatname/genel/perl-netaddr-ip/talimat

22 lines
493 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: IP adreslerini ve alt ağları yönetmek için Perl modülü
# URL: http://search.cpan.org/
# Packager: milisarge
# Depends on: perl
name=perl-netaddr-ip
version=4.075
release=1
source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-$version.tar.gz)
build() {
cd NetAddr-IP-$version
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \
-name '*.bs' -or \
-name .packlist -or \
-name perllocal.pod | xargs rm
}