milis/talimatname/genel/p/perl-try-tiny/talimat

20 lines
496 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: \$@ Öğesinin uygun yerelleştirilmesiyle minimum deneme/yakalama
# URL: http://search.cpan.org/dist/Try-Tiny
# Paketçi: Cihan_Alkan
# Gerekler:
# Grup: sistem
isim=perl-try-tiny
surum=0.30
devir=1
kaynak=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Try-Tiny-$surum.tar.gz)
derle() {
cd Try-Tiny-${surum}
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR="$PKG" install
# upstream typo :/
install -D -m644 LICENCE "${PKG}/usr/share/licenses/${isim}/LICENSE"
}