milis/talimatname/genel/perl-io-socket-inet6/talimat

26 lines
735 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: IO::Socket::INET6, AF_INET veya AF_INET6 etki alanlarında yuvalar oluşturmak ve kullanmak için bir nesne arabirimi sağlar.
# URL: http://search.cpan.org/
# Packager: milisarge
# Depends on: perl perl-socket6
name=perl-io-socket-inet6
version=2.72
release=1
source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-$version.tar.gz)
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
PERL_AUTOINSTALL=--skipdeps \
PERL_MM_OPT="INSTALLDIRS=vendor" \
PERL_MB_OPT="--installdirs vendor" \
MODULEBUILDRC=/dev/null)
cd IO-Socket-INET6-$version
perl Makefile.PL
make
make DESTDIR=$PKG install
find $PKG -name .packlist -o -name perllocal.pod -delete
}