Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 74371 Details for
Bug 114969
[EBUILD] opal-0.3.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-games/opal-0.3.1
opal-0.3.1.ebuild (text/plain), 694 bytes, created by
Christoph Brill (egore) (RESIGNED)
on 2005-12-09 03:18:49 UTC
(
hide
)
Description:
dev-games/opal-0.3.1
Filename:
MIME Type:
Creator:
Christoph Brill (egore) (RESIGNED)
Created:
2005-12-09 03:18:49 UTC
Size:
694 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="high-level interface for low-level physics engines" >HOMEPAGE="http://opal.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip" > >LICENSE="BSD LGPL-2.1" >SLOT="0" >KEYWORDS="~x86" >IUSE="double-precision" > >DEPEND="dev-util/scons > dev-games/ode" > >S=${WORKDIR}/${P}-src > >src_compile() { > local double="" > if use double-precision; then > double="double=true" > fi > # note the next line does NOT install the lib > scons ODE $double install >} > >src_install() { > dolib lib/libopal-ode.so > insinto /usr/include/opal > doins build/posix/release/include/opal/* >}
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 114969
:
74371
|
74658
|
74659