Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 91870 Details for
Bug 80767
ebuild to provide Java Kernel Support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild version (note: I also added unzip dependency)
java-kernel-support-1.01-r1.ebuild (text/plain), 810 bytes, created by
Joël
on 2006-07-16 02:29:50 UTC
(
hide
)
Description:
New ebuild version (note: I also added unzip dependency)
Filename:
MIME Type:
Creator:
Joël
Created:
2006-07-16 02:29:50 UTC
Size:
810 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils linux-info > >MY_PV="20060716" >MY_P="${PN}-gentoo-${MY_PV}" >DESCRIPTION="Java(tm) Binary Kernel Support for Linux" >HOMEPAGE="http://www.linuxhq.com/java.html" >SRC_URI="http://gentooexperimental.org/distfiles/${MY_P}.tar.bz2" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" >DEPEND=">=virtual/jre-1.4 > app-arch/unzip" > >S=${WORKDIR}/${PN} > >CONFIG_CHECK="BINFMT_MISC" >ERROR_BINFMT_MISC=" > >You need to have 'Kernel support for MISC binaries' >turned on in your kernel config. It can be either >compile in or as a module. >" >src_compile() { > gcc ${CFLAGS} javaclassname.c -o javaclassname || die "Failed to compile" >} > >src_install() { > dobin javawrapper jarwrapper javaclassname >}
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 80767
:
50375
|
50377
|
91868
| 91870