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

18 lines
398 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.

# Tanım: Mozilla'nın PEM formatında CA sertifika paketi
# URL: https://metacpan.org/release/Mozilla-CA
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=perl-mozilla-ca
surum=20160104
devir=1
kaynak=(http://search.cpan.org/CPAN/authors/id/A/AB/ABH/Mozilla-CA-$surum.tar.gz)
derle() {
cd Mozilla-CA-$surum
perl Makefile.PL INSTALLDIRS=vendor
make
make install DESTDIR="$PKG"
}