Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 118257 Details for
Bug 177204
games-roguelike/scourge-0.18
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
games-roguelike/scourge-0.18.ebuild
scourge-0.18.ebuild (text/plain), 1.54 KB, created by
Christoph Brill (egore) (RESIGNED)
on 2007-05-05 17:11:36 UTC
(
hide
)
Description:
games-roguelike/scourge-0.18.ebuild
Filename:
MIME Type:
Creator:
Christoph Brill (egore) (RESIGNED)
Created:
2007-05-05 17:11:36 UTC
Size:
1.54 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-roguelike/scourge/scourge-0.17.ebuild,v 1.1 2007/01/15 18:17:30 nyhm Exp $ > >inherit eutils wxwidgets autotools games > >DESCRIPTION="A graphical rogue-like adventure game" >HOMEPAGE="http://scourge.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.src.tar.gz > mirror://sourceforge/${PN}/${P}.data.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="editor" > >DEPEND="x11-libs/libXmu > x11-libs/libXi > virtual/glu > virtual/opengl > >=media-libs/freetype-2 > media-libs/libsdl > media-libs/sdl-net > media-libs/sdl-mixer > sys-devel/gettext > editor? ( >=x11-libs/wxGTK-2.6 )" > >S=${WORKDIR}/${PN} > >pkg_setup() { > games_pkg_setup > use editor && WX_GTK_VER="2.6" need-wxwidgets unicode >} > >src_unpack() { > unpack ${A} > cd "${S}" > eautoreconf > if use editor ; then > sed -i \ > -e "/WXWIDGET_CFLAGS/s:wx-config:${WX_CONFIG}:" \ > -e "/WXWIDGET_LIBS/s:wx-config:${WX_CONFIG}:" \ > configure || die "sed failed" > fi >} > >src_compile() { > egamesconf \ > --disable-dependency-tracking \ > --with-data-dir="${GAMES_DATADIR}"/${PN} \ > $(use_enable editor) \ > || die > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > use editor && mv "${D}/${GAMES_BINDIR}"/{tools,${PN}-tools} > insinto "${GAMES_DATADIR}"/${PN} > doins -r ../scourge_data/* || die "doins failed" > doicon assets/scourge.png > make_desktop_entry scourge S.C.O.U.R.G.E. > dodoc AUTHORS 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 177204
: 118257