# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils versionator java-utils-2 DESCRIPTION="Deskzilla is a desktop client for Mozilla's Bugzillaâ„¢ bug tracking system." HOMEPAGE="http://almworks.com/deskzilla" #This is ugly. Remove when http://bugzilla.almworks.com/show_bug.cgi?id=449 is fixed. DIRVERSION="1.3" FILEVERSION="1_3_b1" S="${WORKDIR}/${PN}-${DIRVERSION}" SRC_URI="http://d1.almworks.com/.files/${PN}-${FILEVERSION}_without_jre.tar.gz" SLOT="0" KEYWORDS="~x86" DEPEND="" RDEPEND=">=virtual/jre-1.5.0" src_install () { insinto /opt/${P} doins -r components etc lib license log deskzilla.jar deskzilla.url license.html README.txt #No icon yet. Uncomment when http://bugzilla.almworks.com/show_bug.cgi?id=455 is fixed # Install pixmaps #dodir /usr/share/pixmaps #insinto /usr/share/pixmaps #doins *.png local JAR="/opt/${P}/${PN}.jar" java-pkg_regjar ${JAR} java-pkg_dolauncher ${PN} --jar ${JAR} --java_args "-Xmx256M" make_desktop_entry deskzilla "Deskzilla" deskzilla.png "Development" }