sci-biology/tigr-foundation-libs - 2.0-r2 (science)

Search

Package Information

Description:
TIGR Foundation for C++
Homepage:
https://sourceforge.net/projects/amos/
License:
Artistic

Ebuild Details

Version EAPI Keywords Slot
2.0-r2 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="TIGR Foundation for C++"
HOMEPAGE="https://sourceforge.net/projects/amos/"
SRC_URI="ftp://ftp.cbcb.umd.edu/pub/software/autoEditor/autoEditor-1.20.tar.gz"

# the one bundled in autoEditor-1.20/TigrFoundation-2.0/ is same with the one in bambus
# but in bambus-2.33/src/TIGR_Foundation_CC/ there are 3 getopt.* files in addition

LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64 ~x86"

S="${WORKDIR}/autoEditor-1.20/TigrFoundation-2.0"

PATCHES=(
	"${FILESDIR}/TigrFoundation-all-patches.patch"
)

src_install(){
	sed -i "s:/export/usr/local:${ED}/usr:g" Makefile || die
	DESTDIR="${ED}/usr" emake install # Makefile does not respect DESTDIR
}

Manifest for 2.0-r2

Type File Size Source URLs
DIST autoEditor-1.20.tar.gz 2438903 bytes ftp://ftp.cbcb.umd.edu/pub/software/autoEditor/autoEditor-1.20.tar.gz