milis/talimatname/genel/perl-digest-hmac/talimat

22 lines
525 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: İleti Kimlik Doğrulaması için Anahtarlı-Hashing
# URL: http://search.cpan.org/
# Packager: milisarge
# Depends on: perl perl-digest-sha1
name=perl-digest-hmac
version=1.03
release=1
source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-$version.tar.gz)
build() {
cd Digest-HMAC-$version
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
}