Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28989 - (show annotations) (download)
Tue May 16 09:19:24 2017 UTC (7 years ago) by niro
File size: 474 byte(s)
auto added: ver bump to 2.10-r1
1 # $Id$
2
3 PNAME="jansson"
4 PVER="2.10"
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"