Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31347 - (hide annotations) (download)
Thu Jun 21 14:40:52 2018 UTC (5 years, 10 months ago) by niro
File size: 481 byte(s)
auto added: ver bump to 2.11-r1
1 niro 28989 # $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 niro 31347 sminclude multilib mbuild
18 niro 28989
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"