Add libtool
This commit is contained in:
parent
08d360f345
commit
0f623352ce
1 changed files with 11 additions and 1 deletions
|
|
@ -1,11 +1,12 @@
|
|||
document: modulemd
|
||||
version: 1
|
||||
data:
|
||||
summary: GNU Autotools (Autoconf and Automake)
|
||||
summary: GNU Autotools (Autoconf and Automake and Libtool)
|
||||
description: |
|
||||
Autoconf is a tool for configuring source code and Makefiles.
|
||||
Automake is a tool for automatically generating Makefile.in
|
||||
files compliant with the GNU Coding Standards.
|
||||
Libtool is a tool for building shared librires.
|
||||
|
||||
This module has disabled support for Emacs.
|
||||
license:
|
||||
|
|
@ -30,13 +31,18 @@ data:
|
|||
rpms:
|
||||
- autoconf
|
||||
- automake
|
||||
- libtool
|
||||
api:
|
||||
rpms:
|
||||
- autoconf
|
||||
- automake
|
||||
- libtool
|
||||
filter:
|
||||
rpms:
|
||||
- help2man
|
||||
# libtool-ltdl is provided by platform module
|
||||
- libtool-ltdl
|
||||
- libtool-ltdl-devel
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
|
|
@ -57,3 +63,7 @@ data:
|
|||
rationale: API.
|
||||
ref: master
|
||||
buildorder: 2
|
||||
libtool:
|
||||
rationale: API.
|
||||
ref: master
|
||||
buildorder: 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue