perl-json

This commit is contained in:
milisbir 2018-01-26 05:56:16 +02:00
parent 6633178d7d
commit a738270d0d
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# 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
}