Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 41232 Details for
Bug 66532
[EBUILD] GLFW-2.4.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-games/glfw-2.4.2.ebuild
glfw-2.4.2.ebuild (text/plain), 943 bytes, created by
Christoph Brill (egore) (RESIGNED)
on 2004-10-06 08:34:23 UTC
(
hide
)
Description:
dev-games/glfw-2.4.2.ebuild
Filename:
MIME Type:
Creator:
Christoph Brill (egore) (RESIGNED)
Created:
2004-10-06 08:34:23 UTC
Size:
943 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils >DESCRIPTION="A portable framework for OpenGL" >HOMEPAGE="http://glfw.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" >LICENSE="AS-IS" >SLOT="0" >KEYWORDS="x86" >IUSE="" >DEPEND="" >RDEPEND="virtual/x11 > virtual/opengl" > ># Source directory; the dir where the sources can be found (automatically ># unpacked) inside ${WORKDIR}. The default value for S is ${WORKDIR}/${P} ># If you don't need to change it, leave the S= line out of the ebuild ># to keep it tidy. >S=${WORKDIR}/${P} > >src_compile() { > chmod a-x examples/* > ./compile.sh || die "compile.sh failed" > make x11 || die "emake failed" >} > >src_install() { > dodir /usr/include/GL > cp include/GL/* ${D}/usr/include/GL > dodir /usr/lib > cp lib/x11/libglfw.a ${D}/usr/lib > dodoc docs/* > dodir /usr/share/glfw > cp -R examples ${D}/usr/share/glfw >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 66532
:
41231
|
41232
|
46803