Magellan Linux

Contents of /branches/R11-unstable/extras/grantlee/grantlee-0.5.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25274 - (show annotations) (download)
Tue Nov 25 03:19:58 2014 UTC (9 years, 5 months ago) by niro
File size: 567 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="grantlee"
4 PVER="0.5.1"
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 SDEPEND=">= x11-libs/qt4-test-4.8"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude qt4 cmake
22
23 SRC_URI=(
24 http://downloads.grantlee.org/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd http://downloads.grantlee.org/ | highesttarball gz"