Add package definitions for autotools utils.

This commit is contained in:
Simon Howard 2016-07-08 18:43:28 -04:00
parent f9231dc434
commit 85d3254b64
4 changed files with 15 additions and 0 deletions

4
pkgdef/autoconf.sh Normal file
View file

@ -0,0 +1,4 @@
description "Scripts for generating configure scripts"
check_tool autoconf
fetch_download https://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
build_autotools

5
pkgdef/automake.sh Normal file
View file

@ -0,0 +1,5 @@
description "Scripts for generating Makefile.in files"
dependencies autoconf libtool
check_tool automake
fetch_download https://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz
build_autotools

2
pkgdef/autotools.sh Normal file
View file

@ -0,0 +1,2 @@
description "Build scripts for building from source control HEAD"
package_group autoconf automake libtool

4
pkgdef/libtool.sh Normal file
View file

@ -0,0 +1,4 @@
description "Library compilation support script"
check_tool libtool
fetch_download https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz
build_autotools