Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 70207 Details for
Bug 96852
games-misc/lucidlife new ebuild for LucidLife
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Fixed ebuild for lucidlife
lucidlife-0.9.ebuild (text/plain), 732 bytes, created by
Philipp Riegger
on 2005-10-09 02:20:19 UTC
(
hide
)
Description:
Fixed ebuild for lucidlife
Filename:
MIME Type:
Creator:
Philipp Riegger
Created:
2005-10-09 02:20:19 UTC
Size:
732 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="LucidLife is a program for investigating and playing with Conway's Life, a famous cellular automaton." >HOMEPAGE="http://icculus.org/~jcspray/LucidLife/" >SRC_URI="http://icculus.org/~jcspray/LucidLife/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND=">=x11-libs/gtk+-2.6.1 > >=gnome-base/gnome-vfs-2.0" > >src_install() { > make \ > DESTDIR="${D}" \ > PREFIX=/usr \ > BINDIR="${GAMES_BINDIR}" \ > DATADIR="${GAMES_DATADIR}/${PN}" \ > DOCDIR="\$(PREFIX)/share/doc/${PF}/html" \ > install || die "install failed" > dodoc ChangeLog NEWS README > prepgamesdirs >}
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 96852
:
61775
|
70207
|
90242
|
90243