milis/talimatname/genel/perl-mozilla-ca/talimat

25 lines
563 B
Plaintext
Raw Normal View History

2017-04-10 10:52:25 +02:00
# Description: PEM formatında Mozilla CA sertifika paketi
2016-02-24 01:27:23 +01:00
# URL: http://search.cpan.org/
2017-04-10 10:52:25 +02:00
# Packager: milisarge
2017-04-13 19:15:35 +02:00
# Depends on:
2017-04-10 10:52:25 +02:00
2016-02-24 01:27:23 +01:00
name=perl-mozilla-ca
version=20130114
release=1
source=(http://search.cpan.org/CPAN/authors/id/A/AB/ABH/Mozilla-CA-$version.tar.gz)
build() {
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
unset PERL5LIB PERL_MM_OPT
cd Mozilla-CA-$version
perl Makefile.PL
make
make install INSTALLDIRS=vendor DESTDIR=$PKG
find $PKG \
-name '*.bs' -or \
-name '.packlist' -or \
-name 'perllocal.pod' | xargs rm
}