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

32 lines
762 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: OpenSSL'yi kullanmak için Perl uzantısı
# URL: http://search.cpan.org/dist/Net-SSLeay
# Packager: milisarge
# Depends on: openssl
_cpanname=Net-SSLeay
name=perl-net-ssleay
version=1.63
release=1
source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-$version.tar.gz)
build() {
cd ${_cpanname}-$version
sed -i \
-e "/\$opts->{optimize} = '-O2 -g';/d" \
inc/Module/Install/PRIVATE/Net/SSLeay.pm
export OPTIMIZE="$CFLAGS"
export OPENSSL_PREFIX=/usr
PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor
make
make install DESTDIR=$PKG
install -D -m644 README $PKG/usr/share/licenses/$name/LICENSE
find $PKG \
-name '*.bs' -or \
-name '.packlist' -or \
-name 'perllocal.pod' | xargs rm
}