Package Details: perl-json-rpc-legacy 0.96-1

Package Base: perl-json-rpc-legacy
Description: Perl implementation of JSON-RPC 1.1 protocol
Upstream URL: http://search.cpan.org/~makamaka/JSON-RPC-0.96/
Category: lib
Licenses: GPL PerlArtistic
Submitter: nixtrian
Maintainer: nixtrian
Last Packager: None
Votes: 2
First Submitted: 2012-01-06 21:40
Last Updated: 2012-01-06 21:40

Latest Comments

Comment by Neutrino

2014-02-02 16:34

lol, with this pkgbuild I got an empty package :D
thanks sl1pkn07 for a right pkgbuild

Comment by sl1pkn07

2013-06-07 13:10

good pkgbuild

http://sl1pkn07.no-ip.com/paste/view/d3d72c60

greetings

Comment by rustam

2013-05-16 13:00

This PKGBUILD builds an empty package since some recent changes in pacman/pkgbuild. Please update the destination dir to make it copy files to the correct directory. This solves the problem:

--- PKGBUILD.old 2012-10-27 19:55:27.000000000 +0300
+++ PKGBUILD 2013-05-16 15:43:10.349466273 +0300
@@ -18,3 +18,3 @@ build() {
make || return 1
- make install DESTDIR=$startdir/pkg || return 1
+ make install DESTDIR="$pkgdir" || return 1
find $startdir/pkg -name '.packlist' -delete