Magellan Linux

Contents of /branches/magellan-next/extras/qjson/qjson-0.7.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8653 - (show annotations) (download)
Wed Jul 27 13:53:22 2011 UTC (12 years, 9 months ago) by niro
File size: 428 byte(s)
-fixed SRCFILE
1 # $Id$
2
3 PNAME="qjson"
4 PVER="0.7.1"
5 PBUILD="r1"
6
7 PCATEGORIE="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}"