Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 23982 Details for
Bug 38114
dev-java/kaffe-1.1.3 ebuild fails
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
kaffe-1.1.3-r1.ebuild
kaffe-1.1.3-r1.ebuild (text/plain), 1.03 KB, created by
Dennis Nienhüser (RETIRED)
on 2004-01-17 08:28:17 UTC
(
hide
)
Description:
kaffe-1.1.3-r1.ebuild
Filename:
MIME Type:
Creator:
Dennis Nienhüser (RETIRED)
Created:
2004-01-17 08:28:17 UTC
Size:
1.03 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/dev-java/kaffe/kaffe-1.1.3.ebuild,v 1.1 2004/01/09 09:23:46 karltk Exp $ > >inherit java > >S=${WORKDIR}/${P/_/-} >DESCRIPTION="A cleanroom, open source Java VM and class libraries" >SRC_URI="http://www.kaffe.org/ftp/pub/kaffe/v1.1.x-development/${P/_/-}.tar.gz" >HOMEPAGE="http://www.kaffe.org/" >DEPEND=">=dev-libs/gmp-3.1 > >=media-libs/jpeg-6b > >=media-libs/libpng-1.2.1 > virtual/glibc > virtual/x11 > >=dev-java/java-config-0.2.4" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" > >src_unpack() { > unpack ${A} > > # inform alsa-1.0.x to work in backward-compatible mode > cd ${WORKDIR}/${P} > epatch ${FILESDIR}/${PN}-${PV}-work_with_recent_alsa-lib.patch >} > >src_compile() { > ./configure \ > --prefix=/opt/${P} \ > --host=${CHOST} \ > `use_enable alsa`\ > `use_enable esd` > # --with-bcel > # --with-profiling > make || die >} > >src_install () { > make DESTDIR=${D} install || die > > set_java_env ${FILESDIR}/${VMHANDLE} || die >}
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 38114
: 23982 |
23983