mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
sci-mathematics/chaco: it's not a libraru
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
22
sci-mathematics/chaco/chaco-2.2.ebuild
Normal file
22
sci-mathematics/chaco/chaco-2.2.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
DESCRIPTION="Software for Partitioning Graphs"
|
||||
HOMEPAGE="https://www3.cs.stonybrook.edu/~algorith/implement/chaco/implement.shtml"
|
||||
SRC_URI="https://www3.cs.stonybrook.edu/~algorith/implement/${PN}/distrib/Chaco-${PV}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
PATCHES=( "${FILESDIR}/makefile.patch" )
|
||||
S="${WORKDIR}/Chaco-${PV}"
|
||||
|
||||
src_install() {
|
||||
pushd code || die
|
||||
emake
|
||||
popd || die
|
||||
dobin "exec/chaco"
|
||||
dodoc -r doc/.
|
||||
}
|
||||
Reference in New Issue
Block a user