Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8753 - (hide annotations) (download)
Thu Jul 28 12:50:27 2011 UTC (12 years, 10 months ago) by niro
File size: 544 byte(s)
-fixed SRCDIR
1 niro 8752 # $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 niro 8753 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18 niro 8752
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"