Magellan Linux

Contents of /trunk/extras/graphviz/graphviz-2.18-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 736 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/graphviz/graphviz-2.18-r2.smage2,v 1.1 2008/04/03 18:56:31 niro Exp $
2
3 PNAME="graphviz"
4 PVER="2.18"
5 PBUILD="r2"
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-6b
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 src_compile()
31 {
32 cd ${SRCDIR}
33
34 mconfigure --with-mylibgd --without-tcl --without-tk || die
35 mmake || die
36 }

Properties

Name Value
svn:keywords Id