wok view perl-libjson/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents
children 573d4c473481
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-libjson"
4 SOURCE="JSON"
5 VERSION="2.90"
6 CATEGORY="development"
7 SHORT_DESC="JSON (JavaScript Object Notation) encoder/decoder"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="https://metacpan.org/release/JSON"
12 WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 perl Makefile.PL &&
18 make &&
19 make DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/lib $fs/usr
27 }