Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 42009 Details for
Bug 64431
ebuilds for new game tomatoes (I Have No Tomatoes)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
tomatoes-1.5.ebuild (update)
tomatoes-1.5.ebuild (text/plain), 1.75 KB, created by
Ali Sabil
on 2004-10-17 00:05:39 UTC
(
hide
)
Description:
tomatoes-1.5.ebuild (update)
Filename:
MIME Type:
Creator:
Ali Sabil
Created:
2004-10-17 00:05:39 UTC
Size:
1.75 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit games > >DESCRIPTION="How many tomatoes can you smash in ten short minutes?" >HOMEPAGE="http://tomatoes.sourceforge.net/about.html" >SRC_URI="mirror://sourceforge/tomatoes/tomatoes-linux-src-${PV}.tar.bz2 > mirror://sourceforge/tomatoes/tomatoes-linux-${PV}.tar.bz2" > >LICENSE="ZLIB" >SLOT="0" >KEYWORDS="x86" >IUSE="" > >DEPEND="virtual/opengl > >=media-libs/libsdl-1.2.7 > >=media-libs/fmod-3.73" > >src_unpack() { > unpack ${A} > cd "${S}" > sed -i \ > -e '/^CC/d' \ > -e '/^MARCH/d' \ > -e "/^CFLAGS/s/=.*$/= ${CFLAGS} \$(SDL_FLAGS)/" \ > makefile \ > || die "sed failed" > > sed -i \ > -e "s:MPKDIR = ./:MPKDIR = ${GAMES_DATADIR}/${PN}/:" \ > makefile \ > || die "sed failed" > > sed -i \ > -e "s:MUSICDIR = ./music/:MUSICDIR = ${GAMES_DATADIR}/${PN}/music/:" \ > makefile \ > || die "sed failed" > > sed -i \ > -e "s:HISCOREDIR = ./:HISCOREDIR = ${GAMES_STATEDIR}/${PN}/:" \ > makefile \ > || die "sed failed" > > sed -i \ > -e "s:CONFIGDIR = ./:CONFIGDIR = ${GAMES_SYSCONFDIR}/${PN}/:" \ > makefile \ > || die "sed failed" > > sed -i \ > -e "s:OVERRIDEDIR = ./data/:OVERRIDEDIR = ${GAMES_DATADIR}/${PN}/data/:" \ > makefile \ > || die "sed failed" > > >} > >src_install() { > dogamesbin tomatoes || die "dogamesbin failed" > dodir "${GAMES_DATADIR}/${PN}" "${GAMES_STATEDIR}/${PN}" > dodoc README README-src || die "failed to install docs" > > cp -r tomatoes.mpk music/ "${D}${GAMES_DATADIR}/${PN}" \ > || die "failed to copy game data" > > insinto "${GAMES_SYSCONFDIR}/${PN}/" > insopts -m0640 > doins config.cfg || die "failed to copy game config" > > > touch "${D}${GAMES_STATEDIR}/${PN}/hiscore.lst" || die "touch failed" > fperms 660 "${GAMES_STATEDIR}/${PN}/hiscore.lst" > > 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 64431
:
39773
|
39774
|
39810
|
39870
|
40145
|
40173
|
40174
|
41456
| 42009