Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 199056 Details for
Bug 279006
Ebuild request for the Decoder used at http://truestracker.de/
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
truestracker-decoder-bin-1.0.9.ebuild
truestracker-decoder-bin-1.0.9.ebuild (text/plain), 733 bytes, created by
Walter Trautner
on 2009-07-25 04:40:36 UTC
(
hide
)
Description:
truestracker-decoder-bin-1.0.9.ebuild
Filename:
MIME Type:
Creator:
Walter Trautner
Created:
2009-07-25 04:40:36 UTC
Size:
733 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Decoder for truestracker.de (German)" >HOMEPAGE="http://truestracker.de/" >SRC_URI="http://truestracker.de/decoder/Decoder_${PV}.jar" >LICENSE="as-is" > >SLOT="0" >KEYWORDS="~x86 ~amd64" > >RDEPEND=">=virtual/jre-1.5" > >RESTRICT="strip" > >S=${WORKDIR} > >src_unpack() { > cp ${DISTDIR}/${A} ${S}/Decoder.jar >} > >src_install() { > dodir /opt/${PN} > > cp Decoder.jar ${D}/opt/${PN}/ || die "jar-file missing" > > cat >truesdecoder<<EOF >#!/bin/sh >java -jar /opt/${PN}/Decoder.jar -nogui $@ >EOF > dobin truesdecoder > > cat >truesdecoder-gui<<EOF >#!/bin/sh >java -jar /opt/${PN}/Decoder.jar $@ >EOF > dobin truesdecoder-gui >}
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 279006
: 199056