1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 inherit toolchain-funcs
8 DESCRIPTION="A GNU Netlist Manipulation Library"
9 HOMEPAGE="https://sourceforge.net/projects/gnetman/"
10 #snapshot from http://gnetman.git.sourceforge.net/git/gitweb.cgi?p=gnetman/gnetman;
11 SRC_URI="mirror://gentoo/${P}.tar.gz"
15 KEYWORDS="~amd64 ~x86"
24 S="${WORKDIR}/${P}/src/batch"
26 # fix build issues with tcl-8.6, #452034
27 "${FILESDIR}"/${P}-tcl86.patch
28 # fix build system, #711354
29 "${FILESDIR}"/${P}-build-system.patch
30 # fix -fno-common, #707894
31 "${FILESDIR}"/${P}-fno-common.patch
49 insinto /usr/share/gEDA
50 doins system-gnetmanrc.tcl
52 use examples && dodoc -r sym sch test
54 use doc && dodoc doc/*.{html,jpg}