Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 83575 Details for
Bug 128310
wesnoth-1.1.2a.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wesnoth-1.1.2a.ebuild (Update)
wesnoth-1.1.2a.ebuild (text/plain), 1.87 KB, created by
Madx
on 2006-03-31 16:25:47 UTC
(
hide
)
Description:
wesnoth-1.1.2a.ebuild (Update)
Filename:
MIME Type:
Creator:
Madx
Created:
2006-03-31 16:25:47 UTC
Size:
1.87 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils toolchain-funcs flag-o-matic games > >MY_PV=${PV/_/} >DESCRIPTION="A fantasy turn-based strategy game" >HOMEPAGE="http://www.wesnoth.org/" >SRC_URI="mirror://sourceforge/wesnoth/${PN}-${MY_PV}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" >IUSE="dedicated editor gnome kde lite nls server tools" > >DEPEND=">=media-libs/libsdl-1.2.7 > !dedicated? ( > || ( > x11-libs/libX11 > virtual/x11 ) > >=media-libs/freetype-2 ) > >=media-libs/sdl-mixer-1.2 > >=media-libs/sdl-image-1.2 > media-libs/sdl-net > sys-libs/zlib" > >S=${WORKDIR}/${PN}-1.1.2 > >src_unpack() { > unpack "${A}" > if use server ; then > sed \ > -e "s:GAMES_BINDIR:${GAMES_BINDIR}:" \ > -e "s:GAMES_STATEDIR:${GAMES_STATEDIR}:" \ > -e "s/GAMES_USER_DED/${GAMES_USER_DED}/" \ > -e "s/GAMES_GROUP/${GAMES_GROUP}/" "${FILESDIR}"/wesnothd.rc \ > > "${T}"/wesnothd \ > || die "sed failed" > fi > >} >src_compile() { > filter-flags -ftracer -fomit-frame-pointer > if [[ $(gcc-major-version) -eq 3 ]] ; then > filter-flags -fstack-protector > append-flags -fno-stack-protector > fi > egamesconf \ > --disable-dependency-tracking \ > $(use_enable lite) \ > $(use_enable server) \ > $(use_enable server campaign-server) \ > $(use server && echo --with-server-uid=${GAMES_USER_DED} --with-server-gid=${GAMES_GROUP}) \ > $(use_enable editor) \ > $(use_enable tools) \ > $(use_enable nls) \ > $(use_enable !dedicated game) \ > $(use_with gnome) \ > $(use_with kde) \ > || die > emake || die "emake failed" >} > >src_install() { > make DESTDIR="${D}" install || die "make install failed" > mv "${D}${GAMES_DATADIR}/"{icons,applnk,applications} "${D}/usr/share/" > dodoc MANUAL changelog > if use server; then > keepdir "${GAMES_STATEDIR}/run/wesnothd" > doinitd "${T}"/wesnothd || die "doinitd failed" > fi > 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 128310
: 83575