Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 208447 Details for
Bug 287221
games-strategy/widelands-0.0.14 is available
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Experimental ebuild using scons
widelands-0.0.14.ebuild (text/plain), 1.86 KB, created by
gbz.solus.eliddell
on 2009-10-27 18:30:09 UTC
(
hide
)
Description:
Experimental ebuild using scons
Filename:
MIME Type:
Creator:
gbz.solus.eliddell
Created:
2009-10-27 18:30:09 UTC
Size:
1.86 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >inherit eutils flag-o-matic versionator games > >MY_PV=$(get_version_component_range 3) >DESCRIPTION="A game similar to Settlers 2" >HOMEPAGE="http://www.widelands.org/" >SRC_URI="mirror://sourceforge/${PN}/Widelands-Build${MY_PV}-src.7z" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="debug network" > >RDEPEND=">=media-libs/libsdl-1.2.11 > media-libs/sdl-image > >=media-libs/sdl-mixer-1.2.6 > media-libs/sdl-net > >=media-libs/sdl-ttf-2.0.0 > media-libs/sdl-gfx > media-libs/libpng > >=dev-libs/boost-1.3.5 > virtual/libintl > network? ( dev-games/libggz > dev-games/ggz-client-libs > dev-libs/expat )" >DEPEND="${RDEPEND} > >=dev-util/scons-1.0.1 > sys-devel/gettext > virtual/libiconv" > >S=${WORKDIR}/${PN} > >CLOPTS="" > >src_unpack() { > unpack ${A} > cd "${S}" >} > >src_configure() { > #set up specific command-line options for this scons > #configuration--there's probably a better way to do this, > #but I haven't been able to find it. > BUILDTYPE="build_type=release" > NET="" > if use debug ; then > BUILDTYPE="build_type=debug" > fi > if ! use network ; then > NET="enable_ggz=False" > fi > CLOPTS="${BUILDTYPE} ${NET}" >} > >src_compile() { > # scons uses -l differently -> remove it > scons ${CLOPTS} ${MAKEOPTS/-l[0-9]} || die \ > '!!! Please add "${S}/scons.config" when filing bugs reports \ > to bugs.gentoo.org' >} > >src_install() { > dogamesbin ${PN} || die "dogamesbin failed" > > insinto "${GAMES_DATADIR}"/${PN} > doins -r campaigns fonts global maps music pics sound tribes txts worlds \ > || die "doins failed" > > insinto "${GAMES_DATADIR}"/${PN}/locale > local d > for d in locale/* ; do > if [[ -d ${d} ]] ; then > doins -r ${d} || die "doins ${d} failed" > fi > done > > newicon pics/wl-ico-128.png ${PN}.png > make_desktop_entry ${PN} Widelands > > dodoc ChangeLog CREDITS > 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 287221
: 208447