wok diff perl-libjson/receipt @ rev 17680
Rollback socat
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Thu Feb 19 12:49:41 2015 -0200 (2015-02-19) |
parents | |
children | 573d4c473481 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-libjson/receipt Thu Feb 19 12:49:41 2015 -0200 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="perl-libjson" 1.7 +SOURCE="JSON" 1.8 +VERSION="2.90" 1.9 +CATEGORY="development" 1.10 +SHORT_DESC="JSON (JavaScript Object Notation) encoder/decoder" 1.11 +MAINTAINER="pascal.bellard@slitaz.org" 1.12 +LICENSE="GPL" 1.13 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.14 +WEB_SITE="https://metacpan.org/release/JSON" 1.15 +WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + perl Makefile.PL && 1.21 + make && 1.22 + make DESTDIR=$DESTDIR install 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + mkdir -p $fs/usr 1.29 + cp -a $install/usr/lib $fs/usr 1.30 +}