Magellan Linux

Contents of /trunk/todo/cppunit/cppunit-1.12.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2221 - (show annotations) (download)
Thu Jul 9 19:22:05 2009 UTC (14 years, 10 months ago) by niro
File size: 596 byte(s)
-moved to 'todo'
1 # $Header: /magellan-cvs/smage/cppunit/cppunit-1.12.1-r1.smage2,v 1.2 2008/04/03 19:53:55 niro Exp $
2
3 PNAME="cppunit"
4 PVER="1.12.1"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-util"
8 STATE="unstable"
9
10 DESCRIPTION="CppUnit is a C++ unit testing framework."
11 HOMEPAGE="http://cppunit.sourceforge.net/cppunit-wiki/FrontPage"
12
13 DEPEND=">= media-gfx/graphviz-2.18"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 src_compile()
26 {
27 cd ${SRCDIR}
28
29 mconfigure --disable-doxygen || die
30 mmake || die
31 }

Properties

Name Value
svn:keywords Id