Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 42382 Details for
Bug 65479
chtdecoder-1.2.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated ebuild
chtdecoder-1.2.ebuild (text/plain), 1.18 KB, created by
John Ratliff
on 2004-10-21 16:12:06 UTC
(
hide
)
Description:
updated ebuild
Filename:
MIME Type:
Creator:
John Ratliff
Created:
2004-10-21 16:12:06 UTC
Size:
1.18 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ ># ># ebuild contributed by John Ratliff <webmaster@technoplaza.net> ># > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86 ~ppc ~sparc" > >DESCRIPTION="A program to decode ZSNES .CHT files into plain text." >SRC_URI="http://games.technoplaza.net/chtdecoder/java/history/chtdecoder-${PV}.tar.bz2" >HOMEPAGE="http://games.technoplaza.net/" >IUSE="jikes doc" > >RDEPEND=">=virtual/jdk-1.1" >DEPEND="${RDEPEND} > >=dev-java/ant-1.5.4 > jikes? ( >=dev-java/jikes-1.17 )" > >src_compile() { > local antflags="" > > use jikes && antflags="${antflags} -Dbuild.compiler=jikes" > use doc && antflags="${antflags} javadoc" > ant build ${antflags} || die "compilation error" >} > >src_install() { > dodir /usr/share/chtdecoder > dodir /usr/bin > > dodoc chtdecoder.txt > use doc && cp -R javadocs ${D}/usr/share/doc/chtdecoder-${PV}/ > > cp chtdecoder.jar ${D}/usr/share/chtdecoder > > cat >${D}/usr/share/chtdecoder/chtdecoder.sh <<-EOF > #! /bin/sh > > java -jar /usr/share/chtdecoder/chtdecoder.jar \$@ > EOF > chmod 755 ${D}/usr/share/chtdecoder/chtdecoder.sh > > ln -s ../share/chtdecoder/chtdecoder.sh ${D}/usr/bin/chtdecoder >} >
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 65479
:
40504
| 42382