ye theres a version 4 available already
i tried to make an ebuild but im noob on that, maybe someone can help me
Code: Select all
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils
DESCRIPTION="A package used to write GTK frontends in Java"
HOMEPAGE="http://java-gnome.sourceforge.net/"
SRC_URI="http://ftp.gnome.org/pub/gnome/sources/java-gnome/4.0/java-gnome-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
RDEPEND=""
src_unpack(){
unpack ${A}
cd ${S}
}
src_compile(){
econf
V=1 make || die "Compilation of java-gnome failed"
}
src_install(){
make install || die "Installation of java-gnome failed"
}
configuration and compilation work but i cant install it, i get
Code: Select all
>>> Install java-gnome-4.0.2 into /var/tmp/portage/dev-java/java-gnome-4.0.2/image/ category dev-java
tmp/native/gtk.o
make: -classpath: Kommando nicht gefunden
make: *** [tmp/native/gtk.o] Fehler 127
for more information check
http://java-gnome.sourceforge.net/