Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 113508

Summary: ebuild for glpng-1.45
Product: Gentoo Linux Reporter: Andreas Volz <linux>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: 2005.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 130063    
Attachments: glpng-1.45.ebuild

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.