Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 317702 Details for
Bug 425508
dev-games/caelum - atmospheric effects OGRE plugin
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-games/caelum-0.6.1 ebuild
caelum-0.6.1.ebuild (text/plain), 765 bytes, created by
Alan Smithee
on 2012-07-09 15:18:20 UTC
(
hide
)
Description:
dev-games/caelum-0.6.1 ebuild
Filename:
MIME Type:
Creator:
Alan Smithee
Created:
2012-07-09 15:18:20 UTC
Size:
765 bytes
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 > >inherit eutils cmake-utils > >DESCRIPTION="Atmospheric effects OGRE plugin" >HOMEPAGE="http://www.ogre3d.org/tikiwiki/Caelum" >SRC_URI="http://caelum.googlecode.com/files/${PN}-${PV}.tar.gz" >LICENSE="GNU Lesser GPL" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >DEPEND="dev-games/ogre > dev-games/ois > sys-devel/libtool > dev-util/pkgconfig" > >RDEPEND="${DEPEND}" > >src_unpack() { > unpack ${A} > cd ${S} > if has_version ">=dev-games/ogre-1.8.0"; then > epatch "${FILESDIR}"/ogre-1.8.0.patch > fi >} > >src_configure() { > > local mycmakeargs=( > -DCMAKE_INSTALL_PREFIX=/usr/ > ) > cmake-utils_src_configure >} > >src_compile() { > cmake-utils_src_install >} >
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 425508
: 317702 |
317704