EMBOSS-R3.ECLASS

Section: eclass-manpages (5)
Updated: Sep 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

8

FUNCTIONS

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 <[email protected]>
Next gen author: Justin Lecher <[email protected]>
Next gen author: Ted Tanberry <[email protected]>

MAINTAINERS

[email protected]

REPORTING BUGS

Please report bugs via https://bugs.gentoo.org/

FILES

emboss-r3.eclass

SEE 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:01 GMT, September 25, 2024