Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27738 - (hide annotations) (download)
Wed Apr 6 09:57:35 2016 UTC (8 years, 1 month ago) by niro
File size: 567 byte(s)
-moved to 'todo'
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"