Contents of /trunk/extras/jansson/jansson-2.7-r1.smage2
Parent Directory | Revision Log
Revision 23378 -
(show annotations)
(download)
Fri Nov 14 11:38:20 2014 UTC (9 years, 11 months ago) by niro
File size: 473 byte(s)
Fri Nov 14 11:38:20 2014 UTC (9 years, 11 months ago) by niro
File size: 473 byte(s)
auto added: ver bump to 2.7-r1
1 | # $Id$ |
2 | |
3 | PNAME="jansson" |
4 | PVER="2.7" |
5 | PBUILD="r1" |
6 | |
7 | PCAT="dev-libs" |
8 | |
9 | DESCRIPTION="C library for encoding, decoding and manipulating JSON data." |
10 | HOMEPAGE="http://www.digip.org/jansson/" |
11 | |
12 | DEPEND=">= virtual/glibc" |
13 | |
14 | SRCFILE="${PNAME}-${PVER}.tar.bz2" |
15 | SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" |
16 | |
17 | sminclude multilib |
18 | |
19 | SRC_URI=( |
20 | http://www.digip.org/jansson/releases/${SRCFILE} |
21 | mirror://${PNAME}/${SRCFILE} |
22 | ) |
23 | |
24 | UP2DATE="updatecmd http://www.digip.org/jansson/releases/ | highesttarball" |