Magellan Linux

Contents of /branches/magellan-next/extras/grantlee/grantlee-0.1.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8752 - (show annotations) (download)
Thu Jul 28 12:49:31 2011 UTC (12 years, 9 months ago) by niro
File size: 536 byte(s)
auto added: ver bump to 0.1.9-r1
1 # $Id$
2
3 PNAME="grantlee"
4 PVER="0.1.9"
5 PBUILD="r1"
6
7 PCATEGORIE="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.7
13 >= x11-libs/qt4-gui-4.7
14 >= x11-libs/qt4-script-4.7"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}"
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"