Add libtool

This commit is contained in:
Petr Písař 2017-10-06 14:10:21 +02:00
commit 0f623352ce

View file

@ -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