lol, with this pkgbuild I got an empty package :D
thanks sl1pkn07 for a right pkgbuild
Search Criteria
Package Details: perl-json-rpc-legacy 0.96-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2013-05-17)
| 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: | |
| Submitter: | nixtrian |
| Maintainer: | nixtrian |
| Last Packager: | None |
| Votes: | 2 |
| First Submitted: | 2012-01-06 21:40 |
| Last Updated: | 2012-01-06 21:40 |
Dependencies (1)
Required by (0)
Sources
Latest Comments
Comment by Neutrino
Comment by sl1pkn07
good pkgbuild
http://sl1pkn07.no-ip.com/paste/view/d3d72c60
greetings
Comment by rustam
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