Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 27432 Details for
Bug 44803
ebuild for the vassalengine
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
vassal-1.3.3.1.ebuild (text/plain), 1.22 KB, created by
Björn Michaelsen
on 2004-03-15 21:35:03 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Björn Michaelsen
Created:
2004-03-15 21:35:03 UTC
Size:
1.22 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit games > >DESCRIPTION="the VASSAL boardgame engine" >HOMEPAGE="http://www.vassalengine.org" >SRC_URI="http://unc.dl.sourceforge.net/sourceforge/vassalengine/VASSAL-1.3.3.1.zip" >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~x86 ~ppc ~sparc ~alpha" > >IUSE="" >DEPEND=">=virtual/jdk-1.4 > >=games-engines/vassallibs-1.3.3.1" >RDEPEND=">=virtual/jre-1.4 > >=games-engines/vassallibs-1.3.3.1" > >S=${WORKDIR} >src_compile() { > JJC=`java-config -c` > CP=`java-config -p` > JAR=`java-config -j` > CP=${CP}":${GAMES_LIBDIR}/vassal/VASSAL.jar:${GAMES_LIBDIR}/vassal/crimson.jar" > cd ${S} > mv src/* ./ > find ./ -name "*.java" |xargs ${JJC} -nowarn -deprecation -classpath ${CP} > find ./ -name "*.java" |xargs rm > ${JAR} -c Vengine.jar VASSAL images com > Vengine.jar > return >} > >src_install() { > mkdir --parents ${D}${GAMES_LIBDIR}/vassal > cp ${S}/Vengine.jar ${D}${GAMES_LIBDIR}/vassal > games_make_wrapper vassal "java -classpath \`java-config -p\`:VASSAL.jar:crimson.jar:Vengine.jar:jaxp.jar:cryptix32.jar org.vassalengine.Main" ${GAMES_LIBDIR}/vassal > dodoc LICENSE.txt README.txt > dohtml -r javadoc/ > prepgamedirs ${GAMES_LIBDIR}/vassal >}
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 44803
:
27432
|
101295