Magellan Linux

Annotation of /trunk/todo/grantlee/grantlee-0.5.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26663 - (hide annotations) (download)
Thu Jul 9 14:09:06 2015 UTC (8 years, 11 months ago) by niro
Original Path: trunk/extras/grantlee/grantlee-0.5.1-r2.smage2
File size: 567 byte(s)
auto added: ver bump to 0.5.1-r2
1 niro 26663 # $Id$
2    
3     PNAME="grantlee"
4     PVER="0.5.1"
5     PBUILD="r2"
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"