diff options
author | 2006-10-09 17:23:44 +0000 | |
---|---|---|
committer | 2006-10-09 17:23:44 +0000 | |
commit | f5c53f1f781c3a9275d43bb2156157c1b449f260 (patch) | |
tree | 6cfde2f90acc54031039f793cc969e2ae24da057 /sci-electronics/electric/electric-8.04.ebuild | |
parent | Use qt_min_version for qt3 dependency (diff) | |
download | gentoo-2-f5c53f1f781c3a9275d43bb2156157c1b449f260.tar.gz gentoo-2-f5c53f1f781c3a9275d43bb2156157c1b449f260.tar.bz2 gentoo-2-f5c53f1f781c3a9275d43bb2156157c1b449f260.zip |
Version bump.
(Portage version: 2.1.2_pre2-r7)
Diffstat (limited to 'sci-electronics/electric/electric-8.04.ebuild')
-rw-r--r-- | sci-electronics/electric/electric-8.04.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sci-electronics/electric/electric-8.04.ebuild b/sci-electronics/electric/electric-8.04.ebuild new file mode 100644 index 000000000000..e57f2a3ba087 --- /dev/null +++ b/sci-electronics/electric/electric-8.04.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/electric-8.04.ebuild,v 1.1 2006/10/09 17:23:43 calchan Exp $ + +inherit eutils java-pkg + +DESCRIPTION="Complete Electronic Design Automation (EDA) system that can handle many forms of circuit design" +HOMEPAGE="http://www.gnu.org/software/electric/electric.html" +SRC_URI="ftp://ftp.gnu.org/pub/gnu/electric/${PN}Binary-${PV}.jar" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND=">=virtual/jre-1.3" + +S="${WORKDIR}" + +src_install() { + java-pkg_dojar ${DISTDIR}/${PN}Binary-${PV}.jar + newicon com/sun/electric/tool/user/help/helphtml/iconplug.png electric.png + make_wrapper electric "java -jar /usr/share/electric/lib/${PN}Binary-${PV}.jar" + make_desktop_entry electric "Electric VLSI Design System" electric.png Electronics +} |