Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45280 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]
New ebuild for sun-java3d-bin
sun-java3d-bin-1.3.2_pre8.ebuild (text/plain), 1.18 KB, created by
James Le Cuirot
on 2004-12-04 10:37:24 UTC
(
hide
)
Description:
New ebuild for sun-java3d-bin
Filename:
MIME Type:
Creator:
James Le Cuirot
Created:
2004-12-04 10:37:24 UTC
Size:
1.18 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-build8-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}.jar" >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}" >} > >src_unpack() { > jar xf ${DISTDIR}/${A} > cd ${S} > > MY_P2=$(echo ${MY_P} | sed "s/java3d/j3d/g" | sed "s/_//g" | sed "s/i[0-9]86/x86/g") > > jar xf ${MY_P2}.jar >} >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