sci-electronics/icglue - 4.0 (xdch47)

Search

Install

Install this version:

emerge -a =sci-electronics/icglue-4.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-electronics/icglue-4.0

Or alternatively:

emerge --autounmask-write -a =sci-electronics/icglue-4.0

Package Information

Description:
Tcl-Library for scripted HDL generation
Homepage:
https://icglue.org/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
4.0 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Tcl-Library for scripted HDL generation "
HOMEPAGE="https://icglue.org/"
SRC_URI="https://github.com/icglue/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nagelfar"

DEPEND="dev-tcltk/tcllib
	dev-libs/glib
	nagelfar? ( dev-tcltk/nagelfar )"

RDEPEND="${DEPEND}"
BDEPEND="media-gfx/inkscape"

src_compile() {
	default
	$(use nagelfar) && emake syntaxdb
}

src_install() {
	emake DESTDIR="$D" PREFIX="${EPREFIX}/usr" install
	$(use nagelfar) || rm -f "${ED}/share/vim/syntax_checkers"
}

USE Flags

Manage flags for this package: euse -i <flag> -p sci-electronics/icglue | euse -E <flag> -p sci-electronics/icglue | euse -D <flag> -p sci-electronics/icglue

Global/Standard Flags

Dependencies

DEPEND

dev-tcltk/tcllib
	dev-libs/glib
	nagelfar? ( dev-tcltk/nagelfar )

RDEPEND

dev-tcltk/tcllib
	dev-libs/glib
	nagelfar? ( dev-tcltk/nagelfar )

BDEPEND

media-gfx/inkscape

Manifest for 4.0

Type File Size Source URLs
DIST icglue-4.0.tar.gz 243084 bytes https://github.com/icglue/icglue/archive/v4.0.tar.gz