tkurbad-overlay/sci-electronics/smartsim/smartsim-9999.ebuild

35 lines
748 B
Bash
Raw Normal View History

2016-04-18 15:01:29 +02:00
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
2021-06-23 14:52:35 +02:00
EAPI=7
2016-04-18 15:01:29 +02:00
2020-02-13 22:03:02 +01:00
inherit git-r3 autotools
2016-04-18 15:01:29 +02:00
DESCRIPTION="Digital logic circuit design and simulation package"
HOMEPAGE="http://www.smartsim.org.uk/ https://github.com/ashleynewson/SmartSim"
SRC_URI="doc? ( http://www.smartsim.org.uk/downloads/manual/smartsim_user_manual.pdf )"
2022-01-13 17:39:35 +01:00
EGIT_REPO_URI="https://github.com/ashleynewson/SmartSim.git"
2016-04-18 15:01:29 +02:00
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE="doc"
RDEPEND="dev-libs/libxml2:2
gnome-base/librsvg:2
x11-libs/cairo
x11-libs/gtk+:2"
DEPEND="${RDEPEND}
virtual/pkgconfig"
2017-05-19 09:53:18 +02:00
src_prepare() {
default
eautoreconf
}
2016-04-18 15:01:29 +02:00
src_install() {
default
use doc && dodoc "${DISTDIR}"/smartsim_user_manual.pdf
}