milis/talimatname/genel/p/perl-mail-dkim/talimat

22 lines
568 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: İnternet postasını DKIM/DomainKey imzaları ile imzalar/doğrular
# URL: http://search.cpan.org/
# Paketçi: milisarge
# Gerekler: perl-crypt-openssl-rsa perl-digest-sha1 perl-mailtools perl-net-dns
isim=perl-mail-dkim
surum=0.40
devir=1
kaynak=(http://www.cpan.org/authors/id/J/JA/JASLONG/Mail-DKIM-$surum.tar.gz)
derle() {
cd Mail-DKIM-$surum
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \
-name '*.bs' -or \
-name '.packlist' -or \
-name 'perllocal.pod' | xargs rm
}