mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-11-10 07:11:39 +00:00
Add package definitions for autotools utils.
This commit is contained in:
parent
f9231dc434
commit
85d3254b64
4 changed files with 15 additions and 0 deletions
4
pkgdef/autoconf.sh
Normal file
4
pkgdef/autoconf.sh
Normal 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
5
pkgdef/automake.sh
Normal 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
2
pkgdef/autotools.sh
Normal 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
4
pkgdef/libtool.sh
Normal 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
|
Loading…
Reference in a new issue