Magellan Linux

Annotation of /trunk/extras/gd/gd-2.0.35-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
File size: 827 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/gd/gd-2.0.35-r4.smage2,v 1.1 2008/08/13 18:00:02 niro Exp $
2    
3     PNAME="gd"
4     PVER="2.0.35"
5     PBUILD="r4"
6    
7     PCATEGORIE="media-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="GD is an open source code library for the dynamic creation of images by programmers."
11     HOMEPAGE="http://www.libgd.org/"
12    
13     DEPEND=">= media-libs/libjpeg-6b
14     >= media-libs/libpng-1.2.8
15     >= media-libs/freetype-2
16     >= media-libs/fontconfig-2
17     >= x11-libs/libX11-1
18     >= x11-libs/libXau-1
19     >= x11-libs/libxcb-1
20     >= x11-libs/libXdmcp-1
21     >= x11-libs/libXpm-3"
22    
23     SRCFILE="${PNAME}-${PVER}.tar.bz2"
24     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25    
26     sminclude mbuild
27    
28     SRC_URI=(
29     http://www.libgd.org/releases/${SRCFILE}
30     mirror://${PNAME}/${SRCFILE}
31     )
32    
33     src_compile()
34     {
35     cd ${SRCDIR}
36    
37     mconfigure --with-jpeg --with-png --with-xpm --with-freetype || die
38     mmake || die
39     }

Properties

Name Value
svn:keywords Id