Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45544 Details for
Bug 64608
freecol ebuild (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
freecol-0.3.0.ebuild
freecol-0.3.0.ebuild (text/plain), 1.16 KB, created by
lwillems
on 2004-12-08 09:43:56 UTC
(
hide
)
Description:
freecol-0.3.0.ebuild
Filename:
MIME Type:
Creator:
lwillems
Created:
2004-12-08 09:43:56 UTC
Size:
1.16 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit games > >DESCRIPTION="An open source clone of the game Colonization" >HOMEPAGE="http://freecol.sf.net" >SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}-src.tar.gz" > >LICENSE="GPL-2" >KEYWORDS="x86" >SLOT="0" >IUSE="" >S=${WORKDIR}/${PN} > >RDEPEND=">=virtual/jre-1.4" >DEPEND=">=virtual/jdk-1.4 > >=dev-java/ant-1.4.1" > >pkg_setup() { > if [ -z "$JAVA_HOME" ]; then > einfo > einfo "\$JAVA_HOME not set!" > einfo "Please use java-config to configure your JVM and try again." > einfo > die "\$JAVA_HOME not set." > fi >} > >src_unpack() { > unpack ${A} > > cd ${T} > > echo "#!/bin/sh" > ${PN} > echo "'${JAVA_HOME}'/bin/java -jar '${GAMES_DATADIR}/${PN}/FreeCol.jar' --freecol-data '${GAMES_DATADIR}/${PN}/data'" >> ${PN} >} > >src_compile() { > ant -Dnodata=true || die "compile problem" >} > >src_install () { > cd ${T} > > dogamesbin "${T}/${PN}" || die "dogamesbin failed" > dodir "${GAMES_DATADIR}/${PN}" > > cp -r "${S}/FreeCol.jar" "${S}/data" "${D}${GAMES_DATADIR}/${PN}" || die "copy failed" > > 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 64608
:
39902
|
40881
| 45544