EMBOSS-R3.ECLASS
章节: eclass-manpages (5)更新: 2024 年 11 月
索引 返回主内容
名称
emboss-r3.eclass - 使用此 eclass 方便地安装 EMBOSS 和 EMBASSY 程序(EMBOSS 附加组件)。描述
继承的 ebuild 必须在 inherit 行之前提供 EBO_DESCRIPTION。示例
EAPI=8
EBO_DESCRIPTION="CBS 组的应用程序"
inherit emboss-r3
支持的 EAPIS
8函数
- emboss-r3_src_configure
- 使用以下选项运行 econf。
--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
可以追加到类似 econf 的命令中,例如:
emboss-r3_src_configure --enable-foo - emboss-r3_src_install
- 将软件包安装到暂存区并删除不必要的 .la 文件。
ECLASS 变量
- EBO_DESCRIPTION (在继承之前设置)
- 如下完成 embassy 模块的通用描述
EMBOSS 集成的 ${EBO_DESCRIPTION} 版本,例如:
"EMBOSS 集成的 CBS 组应用程序版本"
默认为模块的上游名称。
作者
原始作者: Author Olivier Fisette <[email protected]>下一代作者: Justin Lecher <[email protected]>
下一代作者: Ted Tanberry <[email protected]>
维护者
[email protected]报告 Bug
请通过 https://bugs.gentoo.org/ 报告 Bug文件
emboss-r3.eclass参见
ebuild(5)https://gitweb.gentoo.org/repo/gentoo.git/log/eclass/emboss-r3.eclass
索引
此文档由 man2html 使用手册页创建。
时间: 2024 年 11 月 12 日 03:27:01 GMT