Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 48284 Details for
Bug 77634
[EBUILD] opencity-0.0.2 (stable)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
games-simulation/pencity-0.0.2.ebuild
opencity-0.0.2.ebuild (text/plain), 1.10 KB, created by
Christoph Brill (egore) (RESIGNED)
on 2005-01-12 01:41:50 UTC
(
hide
)
Description:
games-simulation/pencity-0.0.2.ebuild
Filename:
MIME Type:
Creator:
Christoph Brill (egore) (RESIGNED)
Created:
2005-01-12 01:41:50 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit games > >MY_PN=OpenCity >MY_P=${MY_PN}-${PV}stable > >DESCRIPTION="Another city simulator written with OpenGL & SDL. You can build >some RCI zones, electric plant and roads. Besides you can also raise or lower >the terrain." >HOMEPAGE="http://opencity.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND="virtual/opengl > media-libs/libsdl > media-libs/sdl-mixer > media-libs/sdl-ttf > media-libs/sdl-image" >RDEPEND="" > >S=${WORKDIR}/${MY_P} > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/${P}-gcc34.patch ${FILESDIR}/${P}-includes.patch >} > >src_install() { > dodoc docs/FAQ README ChangeLog TODO > > dodir "${GAMES_DATADIR}/${PN}" > cp -r font gui model sound texture "${D}/${GAMES_DATADIR}/${PN}" || die "cp failed" > insinto "${GAMES_DATADIR}/${PN}/bin" > doins src/${PN} || die "doins failed" > echo "#!/bin/sh > cd ${GAMES_DATADIR}/${PN}/bin > ./${PN}" > ${PN} > dogamesbin ${PN} || die "dogamesbin failed" > 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 77634
:
48279
|
48280
|
48281
| 48284 |
53100