Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16866 - gd-2.0.11.ebuild (New)
Summary: gd-2.0.11.ebuild (New)
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-04 23:37 UTC by crucify
Modified: 2003-03-05 00:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
gd.2.0.11.ebuild (New) (gd-2.0.11.ebuild,727 bytes, text/plain)
2003-03-04 23:42 UTC, crucify
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crucify 2003-03-04 23:37:21 UTC
boutell's GD graphic library.
suggest the tree
/usr/portage/media-libs/gd/
this position.
thanks.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="GD Graphics Library is an ANSI C library for the dynamic creation
of images."

HOMEPAGE="http://www.boutell.com/gd/"

SRC_URI="http://www.boutell.com/gd/http/gd-2.0.11.tar.gz"

LICENSE="http://www.boutell.com/gd/manual2.0.11.html#notice"

SLOT="0"

KEYWORDS="~x86"

RDEPEND=">=media-libs/libpng-1.2.5-r4
	>=media-libs/jpeg-6b-r3
	>=media-libs/freetype-2.1.2-r2"

S=${WORKDIR}/${P}

src_compile() {
	./configure \
		--prefix=/usr \
		--infodir=/usr/share/info \
		--mandir=/usr/share/man || die "./configure failed"

	emake || die
}

src_install() {
	make DESTDIR=${D} install || die
}
Comment 1 crucify 2003-03-04 23:42:04 UTC
Created attachment 8975 [details]
gd.2.0.11.ebuild (New)
Comment 2 SpanKY gentoo-dev 2003-03-05 00:42:39 UTC
already added 2.0.11 a while back