summaryrefslogtreecommitdiff
blob: ea5f6dad61bc30f76e14d8988499c49861630b41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="3"

inherit eutils java-pkg-2

DESCRIPTION="Automaton Simulator allows you to draw and simulate a variety of
theoretical machines"
HOMEPAGE="http://ozark.hendrix.edu/~burch/autosim/"
SRC_URI="http://ozark.hendrix.edu/~burch/proj/autosim/AutoSim.jar -> ${P}.jar"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=virtual/jre-1.4"
DEPEND="${RDEPEND}"

src_install(){
	java-pkg_newjar "${DISTDIR}"/${A} ${PN}.jar
	java-pkg_dolauncher ${PN}
	make_desktop_entry ${PN} AutoSim
}