Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61124 Details for
Bug 95899
jrisk-1.0.7.6.ebuild (New package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
jrisk-1.0.7.6.ebuild
jrisk-1.0.7.6.ebuild (text/plain), 1.10 KB, created by
Christian Weiske
on 2005-06-12 14:19:56 UTC
(
hide
)
Description:
jrisk-1.0.7.6.ebuild
Filename:
MIME Type:
Creator:
Christian Weiske
Created:
2005-06-12 14:19:56 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit games > >DESCRIPTION="The well-known board game, written in java" >HOMEPAGE="http://jrisk.sourceforge.net" >SRC_URI="mirror://sourceforge/jrisk/Risk_src_${PV}.zip" > >KEYWORDS="~x86" >LICENSE="GPL-2" >SLOT="0" >IUSE="" > >RESTRICT="nomirror" >RDEPEND=">=virtual/jre-1.4" >DEPEND=">=virtual/jdk-1.4" > >INSTALLDIR="/usr/share/games/jrisk" > >src_unpack() { > unpack ${A} > #not Risk/ but jrisk-{VERSION} > mv ${WORKDIR}/Risk ${WORKDIR}/${P} >} > > >src_compile() { > cd ${S} > local antflags="game" > if use jikes; then > antflags="${antflags} -Dbuild.compiler=jikes" > fi > ant ${antflags} || die "failed to build" >} > >src_install() { > dodir ${INSTALLDIR} > > rm ${S}/build/game/*.cmd > > cp -R ${S}/build/game/* ${D}/${INSTALLDIR} > > #change the cd directory > cat ${S}/build/game/FlashGUI.sh | awk {'if (NR == 2) {print "cd /usr/share/games/jrisk/"} else {print $0}'} > ${S}/build/game/jrisk > dogamesbin ${S}/build/game/jrisk > > doicon ${S}/build/game/resources/risk.png > make_desktop_entry jrisk Risk risk.png StrategyGame >}
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 95899
: 61124