Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113508 - ebuild for glpng-1.45
Summary: ebuild for glpng-1.45
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 130063
  Show dependency tree
 
Reported: 2005-11-24 13:37 UTC by Andreas Volz
Modified: 2008-11-30 13:19 UTC (History)
0 users

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


Attachments
glpng-1.45.ebuild (glpng-1.45.ebuild,635 bytes, text/plain)
2005-11-24 13:38 UTC, Andreas Volz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Volz 2005-11-24 13:37:58 UTC
ebuild for glpng-1.45
Comment 1 Andreas Volz 2005-11-24 13:38:50 UTC
Created attachment 73519 [details]
glpng-1.45.ebuild
Comment 2 Marcelo Goes (RETIRED) gentoo-dev 2005-11-25 12:51:43 UTC
Plain-text ebuild, please?
Comment 3 Andreas Volz 2005-11-25 13:54:31 UTC
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="A OpenGL library for an easy but powerful solution for PNG loading"
HOMEPAGE="http://www.wyatt100.freeserve.co.uk/download.htm"
SRC_URI="http://www.wyatt100.freeserve.co.uk/${PN}.zip"
LICENSE="see package"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND="virtual/glut"
S=${WORKDIR}

src_unpack() {
	 unpack ${PN}.zip
}	 

src_compile() {
	cd ${S}/src
	emake -f Makefile.LINUX || die
}

src_install() {
	cd ${S}
	dolib.a lib/*.a

	dohtml glpng.htm

	insinto /usr/include/GL
	doins include/GL/glpng.h
}
Comment 4 Andreas Volz 2005-11-25 13:55:10 UTC
Sorry! I hope the ebuild is correct. If not please help me to improve it.
Comment 5 Tomáš Chvátal (RETIRED) gentoo-dev 2008-08-15 15:06:10 UTC
please take a look at bug 230131 i created ebuild for glpng there :]
attachments for it are: attachment 162968 [details] for ebuild and attachment 162973 [details] for Makefile
Comment 6 Tomáš Chvátal (RETIRED) gentoo-dev 2008-11-30 13:19:33 UTC
In the tree.
Under games herd and me as maintainer.