Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40719 Details for
Bug 65767
irrlicht 0.7.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-games/irrlicht-0.7.1.ebuild
irrlicht-0.7.1.ebuild (text/plain), 1.36 KB, created by
Christoph Brill (egore) (RESIGNED)
on 2004-09-29 10:47:52 UTC
(
hide
)
Description:
dev-games/irrlicht-0.7.1.ebuild
Filename:
MIME Type:
Creator:
Christoph Brill (egore) (RESIGNED)
Created:
2004-09-29 10:47:52 UTC
Size:
1.36 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-0.7.ebuild,v 1.1 2004/09/13 05:53:24 mr_bones_ Exp $ > >inherit eutils > >DESCRIPTION="open source high performance realtime 3D engine written in C++" >HOMEPAGE="http://irrlicht.sourceforge.net/" >SRC_URI="mirror://sourceforge/irrlicht/irrlicht-0.7.zip > mirror://sourceforge/irrlicht/${P}.zip" > >LICENSE="ZLIB" >SLOT="0" >KEYWORDS="~x86 ~ppc" >IUSE="doc" > >DEPEND="media-libs/jpeg > sys-libs/zlib > virtual/opengl > virtual/x11" > >src_unpack() { > unpack ${A} > mv irrlicht-0.7/include irrlicht-0.7/media irrlicht-0.7/examples ${P} > unpack ${B} > cd ${S}/source > unzip -qo source.zip || die "unpacking source.zip" > rm -rf source.zip > cd Irrlicht > rm -rf zlib jpeglib > ln -s /usr/include jpeglib > ln -s /usr/include zlib > epatch "${FILESDIR}/${PV}-system-libs.patch" || die "system libs patch failed" > epatch "${FILESDIR}/${PV}-jpeg.patch" || die "JPEG patch failed" > epatch "${FILESDIR}/${PV}-opengl.patch" || die "OpenGL patch failed" >} > >src_compile() { > cd source/Irrlicht > emake || die "emake failed" >} > >src_install() { > dolib.a lib/Linux/libIrrlicht.a || die "dolib.a failed" > insinto /usr/include/${PN} > doins include/* || die "doins failed" > dodoc changes.txt readme.txt > use doc && cp -r examples media "${D}/usr/share/doc/${PF}/" >}
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 65767
: 40719