Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 39771 Details for
Bug 54983
tuxdash-0.8.ebuild (New)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Fixed Ebuild
tuxdash-0.81.ebuild (text/plain), 850 bytes, created by
Gerrit
on 2004-09-17 11:21:59 UTC
(
hide
)
Description:
Fixed Ebuild
Filename:
MIME Type:
Creator:
Gerrit
Created:
2004-09-17 11:21:59 UTC
Size:
850 bytes
patch
obsolete
># Copyright 1999 - 2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ >inherit games > >DESCRIPTION="A BoulderDash clone using sdl" >HOMEPAGE="http://www.tuxdash.de/index.php?language=EN" >SRC_URI="http://www.tuxdash.de/ressources/downloads/${PN}_src_${PV}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86" >IUSE="" >DEPEND="media-libs/libsdl media-libs/sdl-ttf" >RDEPEND=${DEPEND} > >src_unpack() { > unpack ${PN}_src_${PV}.tar.bz2 > cd ${WORKDIR}/${P} > rm GPL > epatch "${FILESDIR}/config.patch" > cd ${WORKDIR}/${P}/src > epatch "${FILESDIR}/path.patch" >} > >src_compile() { > cd ${WORKDIR}/${P}/src > emake || die "emake failed" >} > >src_install() { > cd ${WORKDIR}/${P} > dogamesbin TuxDash > dodir ${GAMES_DATADIR}/${PN} > cp -r themes maps savegames fonts README* config ${D}/${GAMES_DATADIR}/${PN} > 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 54983
:
34032
|
39769
|
39770
| 39771