Magellan Linux

Annotation of /trunk/todo/qjson/qjson-0.8.1-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26556 - (hide annotations) (download)
Tue Jul 7 11:50:51 2015 UTC (8 years, 11 months ago) by niro
Original Path: trunk/extras/qjson/qjson-0.8.1-r3.smage2
File size: 430 byte(s)
auto added: ver bump to 0.8.1-r3
1 niro 26556 # $Id$
2    
3     PNAME="qjson"
4     PVER="0.8.1"
5     PBUILD="r3"
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.8"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.bz2"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude qt4 cmake
18    
19     SRC_URI=(
20     sourceforge://${PNAME}/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd_sourceforge ${PNAME}"