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

21 lines
495 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: JSON (JavaScript Object Notation) kodlayıcı/kod çözücü
# URL: http://search.cpan.org/dist/JSON
# Paketçi: Cihan_Alkan
# Gerekler: perl
# Grup: kütüphane
isim=perl-json
surum=2.97000
devir=1
kaynak=(http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/JSON-$surum.tar.gz)
derle() {
cd JSON-$surum
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
make install DESTDIR="$PKG"
find "$PKG" -name '.packlist' -delete
find "$PKG" -name '*.pod' -delete
}