Magellan Linux

Contents of /trunk/extras/qjson/qjson-0.7.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12316 - (show annotations) (download)
Wed May 16 14:53:59 2012 UTC (12 years, 1 month ago) by niro
File size: 422 byte(s)
auto added: ver bump to 0.7.1-r2
1 # $Id$
2
3 PNAME="qjson"
4 PVER="0.7.1"
5 PBUILD="r2"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="A qt-based library that maps JSON data to QVariant objects."
10 HOMEPAGE="http://qjson.sourceforge.net/"
11
12 DEPEND=">= x11-libs/qt4-core-4.7"
13
14 SRCFILE="${PNAME}-${PVER}.tar.bz2"
15 SRCDIR="${BUILDDIR}/${PNAME}"
16
17 sminclude qt4 cmake
18
19 SRC_URI=(
20 sourceforge://${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd_sourceforge ${PNAME}"