The acronym says everything about this project, it's 'just a fucking file manager'. Differently than other file managers is jaffm not a clone of the norton commander and also not bloated.
Created attachment 18732 [details] jaffm-0.9.7.ebuild
This ebuilds works also fine for the new jaffm-0.9.9.
... and also for the current jaffm-1.0
Here is one i made before i knew of this one, my src_install() part uses build in ebuild.sh functions IUSE="" S=${WORKDIR}/${P} DESCRIPTION="Just a Fucking File Manager" SRC_URI="http://www.binary.is/download/${P}.tar.gz" HOMEPAGE="http://jaffm.binary.is" DEPEND="virtual/x11 >=x11-libs/gtk+-1.2 >=x11-libs/wxGTK-2.4.2" SLOT="0" LICENSE="GPL-2" KEYWORDS="~ppc" src_unpack() { unpack ${A} || die cd ${WORKDIR}/${P} } src_compile() { make || die } src_install() { insinto /usr/bin doins jaffm }
in cvs.
version bumped to 1.0 ;)
You've removed the src_compile part from my ebuild, ebuild is broken atm. src_compile() { emake || die }
my fault.