Magellan Linux

Contents of /branches/R11-stable/extras/grantlee/grantlee-0.3.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15145 - (show annotations) (download)
Wed Jan 2 10:50:03 2013 UTC (11 years, 4 months ago) by niro
File size: 538 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="grantlee"
4 PVER="0.3.0"
5 PBUILD="r1"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="C++ string template engine based on the Django template system."
10 HOMEPAGE="http://www.gitorious.org/grantlee/"
11
12 DEPEND=">= x11-libs/qt4-core-4.8
13 >= x11-libs/qt4-gui-4.8
14 >= x11-libs/qt4-script-4.8"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude qt4 cmake
20
21 SRC_URI=(
22 http://downloads.grantlee.org/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd 'http://downloads.grantlee.org/?C=M;O=A' | lasttarball gz"