EMBOSS-R3.ECLASS
Section: eclass-manpages (5)Updated: Nov 2024
Index Return to Main Contents
NAME
emboss-r3.eclass - Use this to easy install EMBOSS and EMBASSY programs (EMBOSS add-ons).DESCRIPTION
The inheriting ebuild must provide EBO_DESCRIPTION before the inherit line.Example:
EAPI=8
EBO_DESCRIPTION="applications from the CBS group"
inherit emboss-r3
SUPPORTED EAPIS
8FUNCTIONS
- emboss-r3_src_configure
-
runs econf with following options.
--enable-shared
$(use_with X x)
$(use_with png pngdriver)
$(use_with pdf hpdf)
$(use_with mysql mysql)
$(use_with postgres postgresql)
--enable-large
--without-java
--enable-systemlibs
can be appended to like econf, e.g.
emboss-r3_src_configure --enable-foo - emboss-r3_src_install
- Installs the package into the staging area and removes unnecessary .la files.
ECLASS VARIABLES
- EBO_DESCRIPTION (SET BEFORE INHERIT)
-
Completes the generic description of the embassy module as follows:
EMBOSS integrated version of ${EBO_DESCRIPTION}, e.g.
"EMBOSS integrated version of applications from the CBS group"
Defaults to the upstream name of the module.
AUTHORS
Original author: Author Olivier Fisette <ofisette@gmail.com>Next gen author: Justin Lecher <jlec@gentoo.org>
Next gen author: Ted Tanberry <ted.tanberry@gmail.com>
MAINTAINERS
sci-biology@gentoo.orgREPORTING BUGS
Please report bugs via https://bugs.gentoo.org/FILES
emboss-r3.eclassSEE ALSO
ebuild(5)https://gitweb.gentoo.org/repo/gentoo.git/log/eclass/emboss-r3.eclass
Index
- NAME
- DESCRIPTION
- SUPPORTED EAPIS
- FUNCTIONS
- ECLASS VARIABLES
- AUTHORS
- MAINTAINERS
- REPORTING BUGS
- FILES
- SEE ALSO
This document was created by man2html, using the manual pages.
Time: 03:27:02 GMT, November 10, 2024