milis/talimatname/genel/p/perl-log-log4perl/talimat

19 lines
400 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: Perl için Log4j uygulaması
# URL: https://metacpan.org/release/Log-Log4perl
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=perl-log-log4perl
surum=1.49
devir=1
kaynak=(http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/Log-Log4perl-$surum.tar.gz)
derle() {
cd Log-Log4perl-$surum
perl Makefile.PL INSTALLDIRS=vendor
make
make test
make DESTDIR="$PKG" install
}