Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 46085 Details for
Bug 56571
request : jamvm in portage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for JamVM 1.2.0
jamvm-1.2.0.ebuild (text/plain), 1.04 KB, created by
Robert Schuster
on 2004-12-15 15:34:19 UTC
(
hide
)
Description:
ebuild for JamVM 1.2.0
Filename:
MIME Type:
Creator:
Robert Schuster
Created:
2004-12-15 15:34:19 UTC
Size:
1.04 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-java/sablevm/sablevm-1.1.6.ebuild,v 1.2 2004/07/14 02:52:10 agriffis Exp $ > >DESCRIPTION="An extremely small and specification-compliant Java virtual machine." >HOMEPAGE="http://jamvm.sourceforge.net/" > >SRC_URI="mirror://sourceforge/jamvm/jamvm-${PV}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc ~arm" >IUSE="debug" >DEPEND=">=dev-java/gnu-classpath-0.09 > <=dev-java/gnu-classpath-0.12" > >RDEPEND=">=dev-java/gnu-classpath-0.09 > <=dev-java/gnu-classpath-0.12" > >src_unpack() { > unpack ${A} >} > >src_compile() { > # compiles JamVM > cd ${S} > > # configure adds "/share/classpath" itself > myc="--with-classpath-install-dir=/usr" > use debug && myc="${myc} --enable-tracelock" > econf ${myc} || die "configure failed." > emake || die "make failed." >} > >src_install() { > make install-strip DESTDIR=${D} || die "installation failed." > > # puts jni.h in a package dependent folder > cd ${D}usr/include > mkdir ${P} > mv jni.h ${P} >}
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 56571
:
37185
|
39570
|
46061
| 46085 |
46086
|
46087