Magellan Linux

Annotation of /branches/magellan-next/core/graphviz/graphviz-2.26.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7262 - (hide annotations) (download)
Wed Oct 13 08:30:03 2010 UTC (13 years, 8 months ago) by niro
File size: 810 byte(s)
auto added: ver bump to 2.26.3-r1
1 niro 7262 # $Id: graphviz-2.24.0-r1.smage2 3526 2009-10-23 08:56:30Z niro $
2    
3     PNAME="graphviz"
4     PVER="2.26.3"
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.4
15     >= media-libs/libjpeg-8
16     >= media-libs/freetype-2-4"
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     }