milis/talimatname/genel/p/perl-anyevent/talimat

19 lines
439 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: Olay döngü programlamanın DBI
# URL: https://metacpan.org/release/AnyEvent
# Paketçi: Cihan_Alkan
# Gerekler: perl-glib perl-json
# Grup: kütüphane
isim=perl-anyevent
surum=7.14
devir=1
kaynak=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-$surum.tar.gz)
derle() {
cd AnyEvent-$surum
perl Makefile.PL INSTALLDIRS=vendor
make
PERL_ANYEVENT_LOOP_TESTS=true make test
make DESTDIR="$PKG" install
}