Magellan Linux

Annotation of /trunk/core/graphviz/graphviz-2.24.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3526 - (hide annotations) (download)
Fri Oct 23 08:56:30 2009 UTC (14 years, 7 months ago) by niro
File size: 749 byte(s)
auto added: ver bump to 2.24.0-r1
1 niro 3526 # $Id$
2    
3     PNAME="graphviz"
4     PVER="2.24.0"
5     PBUILD="r1"
6    
7     PCATEGORIE="media-gfx"
8     STATE="unstable"
9    
10     DESCRIPTION="Graphviz - Graph Visualization Software."
11     HOMEPAGE="http://www.research.att.com/sw/tools/graphviz/"
12    
13     DEPEND=">= sys-libs/zlib-1.2
14     >= media-libs/libpng-1.2
15     >= media-libs/libjpeg-7
16     >= media-libs/freetype-2"
17    
18     SDEPEND=">= sys-apps/sed-4"
19    
20     SRCFILE="${PNAME}-${PVER}.tar.gz"
21     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22    
23     sminclude mbuild
24    
25     SRC_URI=(
26     http://www.graphviz.org/pub/${PNAME}/ARCHIVE/${SRCFILE}
27     mirror://${PNAME}/${SRCFILE}
28     )
29    
30     UP2DATE="updatecmd http://www.graphviz.org/pub/${PNAME}/ARCHIVE/ | grep ${PNAME}-[0-9] | lasttarball gz"
31    
32     src_compile()
33     {
34     cd ${SRCDIR}
35    
36     mconfigure --with-mylibgd --without-tcl --without-tk || die
37     mmake || die
38     }

Properties

Name Value
svn:keywords Id