Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 54192 Details for
Bug 73359
New sun-java3d-bin ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
This ebuild seems to work for the latest sun offering.
sun-java3d-bin-1.32-r2.ebuild (text/plain), 1.16 KB, created by
Chris Nix
on 2005-03-22 15:53:36 UTC
(
hide
)
Description:
This ebuild seems to work for the latest sun offering.
Filename:
MIME Type:
Creator:
Chris Nix
Created:
2005-03-22 15:53:36 UTC
Size:
1.16 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/sun-java3d-bin/sun-java3d-bin-1.32-r1.ebuild,v 1.2 2004/07/31 16:29:47 axxo Exp $ > >inherit java-pkg > >MY_P="java3d-1_3_2-linux-i586" >DESCRIPTION="Sun Java3D" >HOMEPAGE="https://j3d-core.dev.java.net/" >SRC_URI="https://j3d-core.dev.java.net/files/documents/1674/5613/${MY_P}.zip" >KEYWORDS="~x86 -*" >SLOT="0" >LICENSE="sun-jrl sun-jdl" >IUSE="" >DEPEND="" >RDEPEND=">=virtual/jdk-1.3" >RESTRICT="nomirror" > >S=${WORKDIR}/${MY_P} > >pkg_nofetch() { > einfo "Please download ${SRC_URI} from ${HOMEPAGE} and place it in ${DISTDIR}. This may be found in the 1.3.2 subdirectory of the Release Builds folder." >} > >src_unpack() { > unpack ${A} > cd ${S} > unzip j3d-132-linux-x86.zip >} >src_compile() { :; } > >src_install() { > dodoc COPYRIGHT.txt README.txt > > java-pkg_dojar lib/ext/*.jar > java-pkg_doso lib/i386/*.so >} > >pkg_postinst() { > einfo "This ebuild now installs into /opt/${PN} and /usr/share/${PN}" > einfo 'To use you need to pass the following to java' > einfo '-Djava.library.path=$(java-config -i sun-java3d-bin) -cp $(java-config -p sun-java3d-bin)' >}
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 73359
:
45280
| 54192