Bug 82904 - ebuild for the brutal file manager, bfm v1.2
|
Bug#:
82904
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: All
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: java@gentoo.org
|
Reported By: henrik_johansson@home.se
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: ebuild for the brutal file manager, bfm v1.2
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-02-21 20:05 0000
|
Ebuild for bfm, a combined first person shooter and file manager written in
java3d, you remove files by shooting at them :)
I suggest app-misc/bfm for this ebuild
This file manager is really funny! I wrote an build.xml for it and now we're
building it from source. Importet into the tree, thanks for reporting and for
using gentoo!
Thanks for adding this package to the portage tree, just a little request,
could '$@' be added to the shell script that is created in the ebuild to pass
flags to bfm?
replace line 56:
echo "\$(java-config -J) -Djava.library.path=/opt/${java3d}/lib -cp
\$(java-config -p bfm,${java3d}) Bfm" >> ${PN}
with:
echo "\$(java-config -J) -Djava.library.path=/opt/${java3d}/lib -cp
\$(java-config -p bfm,${java3d}) Bfm \$@" >> ${PN}
Should maybe create a patch but I'm sitting at a public computer without my
gentoo system right now...