Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 85594 Details for
Bug 131414
media-sound/tuxguitar-bin-0.4.1 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-sound/tuxguitar-bin-0.4.1.ebuild
tuxguitar-bin-0.4.1.ebuild (text/plain), 1.29 KB, created by
Laurento Frittella (mrfree)
on 2006-04-27 00:53:55 UTC
(
hide
)
Description:
media-sound/tuxguitar-bin-0.4.1.ebuild
Filename:
MIME Type:
Creator:
Laurento Frittella (mrfree)
Created:
2006-04-27 00:53:55 UTC
Size:
1.29 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils versionator > >DESCRIPTION="TuxGuitar is a multitrack guitar tablature editor and player written in Java-SWT, it can open GP3 and GP4 files" >HOMEPAGE="http://www.herac.com.ar/soluciones/tuxguitar.htm" >SRC_URI="mirror://sourceforge/tuxguitar/TuxGuitar-$PV.tar.gz" >LICENSE="GPL-2" > >KEYWORDS="~x86" > >RDEPEND=">=virtual/jre-1.4 > virtual/x11" >DEPEND="${RDEPEND}" > >IUSE="samples aoss" > >MY_TARGET="/usr/lib/${PN}" >S=${WORKDIR}/TuxGuitar-${PV} >src_compile() { > echo "#!/bin/bash" > ${WORKDIR}/${PN} > echo "cd ${MY_TARGET}" >> ${WORKDIR}/${PN} > if use aoss; then > echo "aoss java -cp :TuxGuitar.jar:lib/swt.jar \ > -Djava.library.path=\"${MY_TARGET}\" \ > org.herac.tuxguitar.gui.TuxGuitar \"\$@\"" >> ${WORKDIR}/${PN} > else > echo "java -cp :TuxGuitar.jar:lib/swt.jar \ > -Djava.library.path=\"${MY_TARGET}\" \ > org.herac.tuxguitar.gui.TuxGuitar \"\$@\"" >> ${WORKDIR}/${PN} > fi > > find ${S} -name '*CVS*' -exec rm -rf {} \; >} > >src_install() { > insinto ${MY_TARGET} > doins -r \ > files \ > lang \ > lib \ > TuxGuitar.jar \ > *.so > > if use samples; then > insinto ${MY_TARGET}/examples > doins examples/* > fi > > dobin ${WORKDIR}/${PN} > > make_desktop_entry ${PN} TuxGuitar >}
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 131414
: 85594