Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 142585 Details for
Bug 150036
New ebuild: games-arcade/cdogs-sdl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cdogs-sdl-0.4.ebuild (for C-Dogs SDL 0.4)
cdogs-sdl-0.4.ebuild (text/plain), 1.61 KB, created by
Lucas Martin-King
on 2008-02-03 13:16:49 UTC
(
hide
)
Description:
cdogs-sdl-0.4.ebuild (for C-Dogs SDL 0.4)
Filename:
MIME Type:
Creator:
Lucas Martin-King
Created:
2008-02-03 13:16:49 UTC
Size:
1.61 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-arcade/cdogs-sdl/cdogs-sdl-0.3.ebuild,v 1.2 2007/08/28 16:58:15 mr_bones_ Exp $ > >inherit eutils games > >CDOGS_DATA="cdogs-data-2007-07-06" > >DESCRIPTION="A port of the old DOS arcade game C-Dogs" >HOMEPAGE="http://lumaki.com/code/cdogs" >SRC_URI="http://icculus.org/${PN}/files/src/${P}.tar.bz2 > http://icculus.org/${PN}/files/data/${CDOGS_DATA}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="media-libs/sdl-mixer" > >S=${WORKDIR}/${P}/src > >src_unpack() { > unpack ${A} > mv ${CDOGS_DATA} ${P}/data || die "Failed moving data around" > cd "${S}" > sed -i \ > -e "/^CF_OPT/d" \ > Makefile \ > || die "Failed patching Makefile" > > # Fix bug in install script (binary is installed into doc dir) > sed -i \ > -e 's/^binpath\=\"\${DESTDIR}\/\${DOCDIR}\/\"/binpath\=\"\${DESTDIR}\/\${BINDIR}\/\"/' \ > install.sh || die "Failed patching install.sh" >} > >src_compile() { > emake I_AM_CONFIGURED=yes \ > SYSTEM="\"linux\"" \ > STRIP=true \ > DATADIR="${GAMES_DATADIR}/${PN}" \ > cdogs || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" \ > PREFIX="/usr" \ > BINDIR="${GAMES_BINDIR}" \ > DATADIR="${GAMES_DATADIR}/${PN}" \ > install || die "emake install failed" > newicon ../data/cdogs_icon.png ${PN}.png > rm -Rf "${D}/usr/share/doc/cdogs" # we install docs manually (see below) > dodoc ../doc/{README,AUTHORS,ChangeLog,README_DATA,TODO,original_readme.txt} > make_desktop_entry "cdogs -fullscreen" \ > ${PN} \ > "C-Dogs SDL"\ > "cdogs_icon.png" \ > "Game" > 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 150036
:
98743
| 142585