sci-electronics/petrify - 4.2 (gentoo)

Search

Install

Install this version:

emerge -a =sci-electronics/petrify-4.2

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

autounmask =sci-electronics/petrify-4.2

Or alternatively:

emerge --autounmask-write -a =sci-electronics/petrify-4.2

Package Information

Description:
Synthesize Petri nets into asynchronous circuits
Homepage:
http://www.lsi.upc.edu/~jordicf/petrify/
License:
Old-MIT

Ebuild Details

Version EAPI Keywords Slot
4.2 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Synthesize Petri nets into asynchronous circuits"
HOMEPAGE="http://www.lsi.upc.edu/~jordicf/petrify/"
SRC_URI="http://www.lsi.upc.edu/~jordicf/petrify/distrib/${P}-linux.tgz"
S="${WORKDIR}"/${PN}

LICENSE="Old-MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="media-gfx/graphviz"

RESTRICT="strip"

QA_PREBUILT="opt/petrify/petrify"

src_install() {
	exeinto /opt/petrify
	doexe bin/petrify lib/petrify.lib
	dosym petrify /opt/petrify/draw_astg
	dosym petrify /opt/petrify/write_sg

	dodoc -r doc/.
	doman man/man1/*

	dodir /etc/env.d
	newenvd - 00petrify <<- _EOF_
		PATH="${EPREFIX}/opt/petrify"
	_EOF_
}

Dependencies

RDEPEND

media-gfx/graphviz

Manifest for 4.2

Type File Size Source URLs
DIST petrify-4.2-linux.tgz 1117093 bytes http://www.lsi.upc.edu/~jordicf/petrify/distrib/petrify-4.2-linux.tgz