Magellan Linux

Contents of /branches/magellan-next/core/json-c/json-c-0.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9324 - (show annotations) (download)
Sat Nov 26 12:56:19 2011 UTC (12 years, 5 months ago) by niro
File size: 370 byte(s)
auto added: ver bump to 0.9-r1
1 # $Id$
2
3 PNAME="json-c"
4 PVER="0.9"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8
9 DESCRIPTION="A JSON implementation in C."
10 HOMEPAGE="http://oss.metaparadigm.com/json-c/"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 mirror://${PNAME}/${SRCFILE}
21 )
22
23 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"