Magellan Linux

Contents of /trunk/extras/jansson/jansson-2.12-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31724 - (show annotations) (download)
Thu Dec 6 11:45:02 2018 UTC (5 years, 4 months ago) by niro
File size: 481 byte(s)
auto added: ver bump to 2.12-r1
1 # $Id$
2
3 PNAME="jansson"
4 PVER="2.12"
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 mbuild
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"