diff --git a/apr-util/PKGBUILD b/apr-util/PKGBUILD index 42b5336c..840397d4 100644 --- a/apr-util/PKGBUILD +++ b/apr-util/PKGBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="The Apache Portable Runtime" arch=('i686' 'x86_64') url="https://apr.apache.org/" -makedepends=('apr-devel' 'libexpat-devel' 'libsqlite-devel') +makedepends=('apr-devel' 'libexpat-devel' 'libsqlite-devel' 'autotools') options=('!libtool') license=('APACHE') source=("https://archive.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2" diff --git a/apr/PKGBUILD b/apr/PKGBUILD index a998d6e1..999f29c8 100644 --- a/apr/PKGBUILD +++ b/apr/PKGBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="The Apache Portable Runtime" arch=('i686' 'x86_64') url="https://apr.apache.org/" -makedepends=('libcrypt-devel' 'libuuid-devel') +makedepends=('libcrypt-devel' 'libuuid-devel' 'autotools') options=('!libtool') license=('APACHE') source=(https://archive.apache.org/dist/apr/apr-${pkgver}.tar.bz2 diff --git a/asciidoc/PKGBUILD b/asciidoc/PKGBUILD index e4bddd69..41a99d9a 100644 --- a/asciidoc/PKGBUILD +++ b/asciidoc/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc='Text document format for short documents, articles, books and UNIX man arch=('any') url='https://asciidoc.org/' license=('GPL') -depends=('python' 'libxslt' 'docbook-xsl') +depends=('python' 'libxslt' 'docbook-xsl' 'autotools') groups=('base-devel') # optdepends=('lilypond: music-filter' # 'imagemagick: music-filter (used in conjunction with lilypond)' diff --git a/aspell-en/PKGBUILD b/aspell-en/PKGBUILD index b424c14d..fd937d0e 100644 --- a/aspell-en/PKGBUILD +++ b/aspell-en/PKGBUILD @@ -10,7 +10,7 @@ arch=('i686' 'x86_64') url="http://aspell.net/" license=('custom') groups=() -makedepends=('aspell-devel') +makedepends=('aspell-devel' 'autotools') depends=('aspell>=0.60') provides=('aspell-en') options=() diff --git a/aspell/PKGBUILD b/aspell/PKGBUILD index 452c82df..8ec73094 100644 --- a/aspell/PKGBUILD +++ b/aspell/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') url="http://aspell.net/" license=('LGPL') groups=('libraries') -makedepends=('gcc' 'gettext-devel' 'libiconv-devel' 'ncurses-devel') +makedepends=('gcc' 'gettext-devel' 'libiconv-devel' 'ncurses-devel' 'autotools') options=() source=("https://ftp.gnu.org/gnu/aspell/${pkgname}-${pkgver}.tar.gz"{,.sig} "aspell-noundefined.patch" diff --git a/atool/PKGBUILD b/atool/PKGBUILD index 589b4df3..39a0681d 100644 --- a/atool/PKGBUILD +++ b/atool/PKGBUILD @@ -12,6 +12,7 @@ arch=('any') url="https://www.nongnu.org/atool/" license=('GPL3') depends=('file' 'perl') +makedepends=('autotools') optdepends=('bzip2: for using atool with bzip2 compressed archives' 'cpio: for using atool with cpio archives' 'gzip: for using atool with gzip compressed archives' diff --git a/autoconf-archive/PKGBUILD b/autoconf-archive/PKGBUILD index 1e658666..ac40fa96 100644 --- a/autoconf-archive/PKGBUILD +++ b/autoconf-archive/PKGBUILD @@ -10,6 +10,7 @@ url="https://www.gnu.org/software/autoconf-archive" conflicts=(gnome-common) replaces=(gnome-common) provides=(gnome-common) +makedepends=('autotools') source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz msysize-autoconf-archive-2019.01.06.patch) sha256sums=('17195c833098da79de5778ee90948f4c5d90ed1a0cf8391b4ab348e2ec511e3f' diff --git a/autoconf/PKGBUILD b/autoconf/PKGBUILD index a7dffe85..c49e9497 100644 --- a/autoconf/PKGBUILD +++ b/autoconf/PKGBUILD @@ -11,7 +11,7 @@ url="https://www.gnu.org/software/autoconf" groups=('base-devel') depends=('awk' 'm4' 'diffutils' 'bash' 'perl' 'sed') # for test-suite -makedepends=('gcc-fortran') +makedepends=('gcc-fortran' 'make') install=autoconf.install source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz 0001-autoconf-2.70-MSYS2-specifics-AC_CYGWIN.patch diff --git a/autoconf2.13/PKGBUILD b/autoconf2.13/PKGBUILD index 8525e31c..0523bd73 100644 --- a/autoconf2.13/PKGBUILD +++ b/autoconf2.13/PKGBUILD @@ -9,6 +9,7 @@ license=('GPL2' 'GPL3' 'custom') url="https://www.gnu.org/software/autoconf" groups=('base-devel') depends=('awk' 'm4' 'diffutils' 'bash' 'perl') +makedepends=('make') # for test-suite install=autoconf.install source=(https://ftp.gnu.org/pub/gnu/autoconf/autoconf-${pkgver}.tar.gz diff --git a/autogen/PKGBUILD b/autogen/PKGBUILD index e7940337..32a84c9a 100644 --- a/autogen/PKGBUILD +++ b/autogen/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') url="https://autogen.sourceforge.io/" groups=('base-devel') license=('GPL3') -makedepends=('gcc' 'gmp-devel' 'libcrypt-devel' 'libffi-devel' 'libgc-devel' 'libguile-devel' 'libxml2-devel') +makedepends=('gcc' 'gmp-devel' 'libcrypt-devel' 'libffi-devel' 'libgc-devel' 'libguile-devel' 'libxml2-devel' 'make') depends=('gcc-libs' 'gmp' 'libcrypt' 'libffi' 'libgc' 'libguile' 'libxml2') install=autogen.install source=("https://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig} diff --git a/automake1.10/PKGBUILD b/automake1.10/PKGBUILD index 69be021c..71b1f09d 100644 --- a/automake1.10/PKGBUILD +++ b/automake1.10/PKGBUILD @@ -9,7 +9,7 @@ license=('GPL') url="https://www.gnu.org/software/automake" groups=('base-devel') depends=('perl' 'bash') -makedepends=('autoconf') +makedepends=('autoconf' 'make') checkdepends=('dejagnu') install=automake.install source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.bz2 diff --git a/automake1.11/PKGBUILD b/automake1.11/PKGBUILD index 6c80f07b..e6fc8625 100644 --- a/automake1.11/PKGBUILD +++ b/automake1.11/PKGBUILD @@ -9,7 +9,7 @@ license=('GPL') url="https://www.gnu.org/software/automake" groups=('base-devel') depends=('perl' 'bash') -makedepends=('autoconf') +makedepends=('autoconf' 'make') checkdepends=('dejagnu') install=automake.install source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz diff --git a/automake1.12/PKGBUILD b/automake1.12/PKGBUILD index d01bb005..12b45b55 100644 --- a/automake1.12/PKGBUILD +++ b/automake1.12/PKGBUILD @@ -9,7 +9,7 @@ license=('GPL') url="https://www.gnu.org/software/automake" groups=('base-devel') depends=('perl' 'bash') -makedepends=('autoconf') +makedepends=('autoconf' 'make') checkdepends=('dejagnu') install=automake.install source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz diff --git a/automake1.13/PKGBUILD b/automake1.13/PKGBUILD index 5eb63717..407771a6 100644 --- a/automake1.13/PKGBUILD +++ b/automake1.13/PKGBUILD @@ -9,7 +9,7 @@ license=('GPL') url="https://www.gnu.org/software/automake" groups=('base-devel') depends=('perl' 'bash') -makedepends=('autoconf') +makedepends=('autoconf' 'make') checkdepends=('dejagnu') install=automake.install source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz diff --git a/automake1.14/PKGBUILD b/automake1.14/PKGBUILD index 6b48f131..b211368b 100644 --- a/automake1.14/PKGBUILD +++ b/automake1.14/PKGBUILD @@ -9,7 +9,7 @@ license=('GPL') url="https://www.gnu.org/software/automake" groups=('base-devel') depends=('perl' 'bash') -makedepends=('autoconf') +makedepends=('autoconf' 'make') checkdepends=('dejagnu') install=automake.install source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz diff --git a/automake1.15/PKGBUILD b/automake1.15/PKGBUILD index 1cce1a79..57602338 100644 --- a/automake1.15/PKGBUILD +++ b/automake1.15/PKGBUILD @@ -9,7 +9,7 @@ license=('GPL') url="https://www.gnu.org/software/automake" groups=('base-devel') depends=('perl' 'bash') -makedepends=('autoconf') +makedepends=('autoconf' 'make') checkdepends=('dejagnu') install=automake.install source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz diff --git a/automake1.16/PKGBUILD b/automake1.16/PKGBUILD index f8102351..32ffb373 100644 --- a/automake1.16/PKGBUILD +++ b/automake1.16/PKGBUILD @@ -9,7 +9,7 @@ license=('GPL') url="https://www.gnu.org/software/automake" groups=('base-devel') depends=('perl' 'bash') -makedepends=('autoconf') +makedepends=('autoconf' 'make') checkdepends=('dejagnu') install=automake.install source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz{,.sig} diff --git a/automake1.6/PKGBUILD b/automake1.6/PKGBUILD index f0a90613..8d8401d4 100644 --- a/automake1.6/PKGBUILD +++ b/automake1.6/PKGBUILD @@ -9,7 +9,7 @@ license=('GPL') url="https://www.gnu.org/software/automake" groups=('base-devel') depends=('perl' 'bash') -makedepends=('autoconf') +makedepends=('autoconf' 'make') checkdepends=('dejagnu') install=automake.install source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.bz2 diff --git a/automake1.7/PKGBUILD b/automake1.7/PKGBUILD index 78b40b4f..0756b0c3 100644 --- a/automake1.7/PKGBUILD +++ b/automake1.7/PKGBUILD @@ -9,7 +9,7 @@ license=('GPL') url="https://www.gnu.org/software/automake" groups=('base-devel') depends=('perl' 'bash') -makedepends=('autoconf') +makedepends=('autoconf' 'make') checkdepends=('dejagnu') install=automake.install source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.bz2 diff --git a/automake1.8/PKGBUILD b/automake1.8/PKGBUILD index f22a75ca..7aff0f09 100644 --- a/automake1.8/PKGBUILD +++ b/automake1.8/PKGBUILD @@ -9,7 +9,7 @@ license=('GPL') url="https://www.gnu.org/software/automake" groups=('base-devel') depends=('perl' 'bash') -makedepends=('autoconf') +makedepends=('autoconf' 'make') checkdepends=('dejagnu') install=automake.install source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.bz2 diff --git a/automake1.9/PKGBUILD b/automake1.9/PKGBUILD index 9948a14a..38c56ad8 100644 --- a/automake1.9/PKGBUILD +++ b/automake1.9/PKGBUILD @@ -9,7 +9,7 @@ license=('GPL') url="https://www.gnu.org/software/automake" groups=('base-devel') depends=('perl' 'bash') -makedepends=('autoconf') +makedepends=('autoconf' 'make') checkdepends=('dejagnu') install=automake.install source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.bz2 diff --git a/axel/PKGBUILD b/axel/PKGBUILD index 6d9b00a2..9521bb67 100644 --- a/axel/PKGBUILD +++ b/axel/PKGBUILD @@ -10,7 +10,7 @@ license=('GPL') url="https://github.com/axel-download-accelerator/axel" groups=() depends=('openssl' 'gettext') -makedepends=('openssl-devel' 'gettext-devel') +makedepends=('openssl-devel' 'gettext-devel' 'autotools') options=() source=("https://github.com/axel-download-accelerator/axel/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2") sha256sums=('c0d26eba6b94945cd98c5b69ca6df2744639d17bfd49047ef51a8a48f067de10') diff --git a/bash-completion/PKGBUILD b/bash-completion/PKGBUILD index a3a06cc6..bc1a0a42 100644 --- a/bash-completion/PKGBUILD +++ b/bash-completion/PKGBUILD @@ -8,6 +8,7 @@ arch=('any') url="https://bash-completion.alioth.debian.org/" license=('GPL') depends=('bash') +makedepends=('autotools') options=('!emptydirs' '!makeflags') source=(https://github.com/scop/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz 001-quote_readline_by_ref_fixes.patch) diff --git a/bash/PKGBUILD b/bash/PKGBUILD index 57785011..a9f1e82a 100644 --- a/bash/PKGBUILD +++ b/bash/PKGBUILD @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') license=('GPL') url="https://www.gnu.org/software/bash/bash.html" validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey -makedepends=('gettext-devel' 'libreadline-devel>=7.0' 'ncurses-devel') +makedepends=('gettext-devel' 'libreadline-devel>=7.0' 'ncurses-devel' 'autotools') source=(https://ftp.gnu.org/gnu/bash/bash-${_basever}.tar.gz{,.sig} 0001-bash-4.4-cygwin.patch 0002-bash-4.3-msysize.patch diff --git a/bc/PKGBUILD b/bc/PKGBUILD index efce44a4..f3cf6921 100644 --- a/bc/PKGBUILD +++ b/bc/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') url="https://www.gnu.org/software/bc" license=('GPL') depends=('libreadline' 'ncurses') -makedepends=('ed' 'gcc' 'libreadline-devel' 'ncurses-devel') +makedepends=('ed' 'gcc' 'libreadline-devel' 'ncurses-devel' 'autotools') source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz) sha256sums=('62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a') diff --git a/binutils/PKGBUILD b/binutils/PKGBUILD index 6907f5d2..e76dffcf 100644 --- a/binutils/PKGBUILD +++ b/binutils/PKGBUILD @@ -10,7 +10,7 @@ license=('GPL') groups=('msys2-devel') depends=('libiconv' 'libintl' 'zlib') checkdepends=('dejagnu' 'bc') -makedepends=('libiconv-devel' 'gettext-devel' 'zlib-devel') +makedepends=('libiconv-devel' 'gettext-devel' 'zlib-devel' 'autotools') options=('staticlibs' '!distcc' '!ccache') source=(https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz{,.sig} 0050-bfd-Increase-_bfd_coff_max_nscns-to-65279.patch diff --git a/bison/PKGBUILD b/bison/PKGBUILD index 8bf83291..9a3966c2 100644 --- a/bison/PKGBUILD +++ b/bison/PKGBUILD @@ -10,7 +10,7 @@ url="https://www.gnu.org/software/bison/bison.html" depends=('m4' 'sh') groups=('base-devel') options=('staticlibs') -makedepends=('flex') +makedepends=('flex' 'autotools') install=bison.install source=(https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig} bison-3.1-msys2.patch) diff --git a/btyacc/PKGBUILD b/btyacc/PKGBUILD index a1068893..4cbb7c56 100644 --- a/btyacc/PKGBUILD +++ b/btyacc/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') url="https://invisible-island.net/byacc" license=('Public Domain') groups=('base-devel') - +makedepends=('autotools') source=("${_realname}-${pkgver}.tar.gz::https://github.com/ThomasDickey/byacc-snapshots/archive/t${pkgver}.tar.gz") sha256sums=('d19fc22dd1d5e5b18a4abfd2470a1513a2b8b2962f7fb94c21e6109ea571bfc0') diff --git a/bzip2/PKGBUILD b/bzip2/PKGBUILD index 9248d041..05e9056a 100644 --- a/bzip2/PKGBUILD +++ b/bzip2/PKGBUILD @@ -8,7 +8,7 @@ groups=('compression') arch=('i686' 'x86_64') license=('custom') url="http://www.bzip.org" -makedepends=('gcc' 'make' 'patch') +makedepends=('gcc' 'patch' 'autotools') source=(https://sourceware.org/pub/bzip2/bzip2-${pkgver}.tar.gz bzip2-1.0.6-msys-dll.patch bzip2-1.0.6-msys2.patch) diff --git a/cgdb/PKGBUILD b/cgdb/PKGBUILD index 385c87a8..a59525c8 100644 --- a/cgdb/PKGBUILD +++ b/cgdb/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') url="https://cgdb.sourceforge.io/" license=('GPL') depends=('libreadline' 'ncurses' 'gdb') -makedepends=('help2man' 'libreadline-devel' 'ncurses-devel') +makedepends=('help2man' 'libreadline-devel' 'ncurses-devel' 'autotools') source=("https://cgdb.me/files/${pkgname}-${pkgver}.tar.gz" 01-msysize.patch 10-ncursesw-link-tinfow.patch) diff --git a/cmake/PKGBUILD b/cmake/PKGBUILD index 2f549bcd..00b5c7f6 100644 --- a/cmake/PKGBUILD +++ b/cmake/PKGBUILD @@ -11,6 +11,7 @@ url="https://www.cmake.org/" license=(MIT) makedepends=('gcc' 'emacs' + 'autotools' 'jsoncpp-devel' 'libarchive-devel' 'libbz2-devel' diff --git a/cocom/PKGBUILD b/cocom/PKGBUILD index 01b82eb1..67b17c92 100644 --- a/cocom/PKGBUILD +++ b/cocom/PKGBUILD @@ -9,6 +9,7 @@ url="https://cocom.sourceforge.io/" license=('custom') groups=('msys2-devel') depends=() +makedepends=('autotools') source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz) sha256sums=('e143ab556d79a35ef31ec1e240897c9b8a8d0b6693e50a2b6e47d7fd4b200519') diff --git a/coreutils/PKGBUILD b/coreutils/PKGBUILD index 5a03a960..c64c1124 100644 --- a/coreutils/PKGBUILD +++ b/coreutils/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') license=('GPL3') url="https://www.gnu.org/software/coreutils" depends=('gmp' 'libiconv' 'libintl') -makedepends=('gmp-devel' 'libiconv-devel' 'gettext-devel' 'help2man') +makedepends=('gmp-devel' 'libiconv-devel' 'gettext-devel' 'help2man' 'autotools') install=${pkgname}.install source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig} 001-coreutils-8.30.patch diff --git a/cpio/PKGBUILD b/cpio/PKGBUILD index d438d333..a30a8914 100644 --- a/cpio/PKGBUILD +++ b/cpio/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') url="https://www.gnu.org/software/cpio/" license=('GPLv3') depends=('libintl') -makedepends=('gettext-devel') +makedepends=('gettext-devel' 'autotools') options=('staticlibs') source=(https://ftp.gnu.org/pub/gnu/cpio/cpio-${pkgver}.tar.gz) sha256sums=('e87470d9c984317f658567c03bfefb6b0c829ff17dbf6b0de48d71a4c8f3db88') diff --git a/crosstool-ng/PKGBUILD b/crosstool-ng/PKGBUILD index b2f03b55..3be8069c 100644 --- a/crosstool-ng/PKGBUILD +++ b/crosstool-ng/PKGBUILD @@ -9,8 +9,8 @@ url="http://www.crosstool-ng.org/" license=("MIT") makedepends=("autoconf" "automake-wrapper" "binutils" "bison" "flex" "gettext-devel" "git" "gcc" "gperf" - "patch" "libtool" "make" "ncurses-devel" - "tar" "texinfo" "wget" "xz") + "patch" "ncurses-devel" + "tar" "texinfo" "wget" "xz" 'autotools') depends=("ncurses" "libintl") options=('staticlibs' 'strip') source=("http://crosstool-ng.org/download/crosstool-ng/${pkgname}-${pkgver}.tar.xz" diff --git a/cscope/PKGBUILD b/cscope/PKGBUILD index 2fbe3cf5..70deadd0 100644 --- a/cscope/PKGBUILD +++ b/cscope/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: João Guerra +# Maintainer: Jo�o Guerra pkgname=cscope pkgver=15.9 @@ -7,7 +7,7 @@ pkgdesc="A tool for browsing source code" arch=("i686" "x86_64") url="https://cscope.sourceforge.io/" license=('BSD') -makedepends=("ncurses-devel") +makedepends=("ncurses-devel" 'autotools') source=("https://sourceforge.net/projects/cscope/files/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar.gz") sha256sums=('c5505ae075a871a9cd8d9801859b0ff1c09782075df281c72c23e72115d9f159') diff --git a/ctags/PKGBUILD b/ctags/PKGBUILD index c500d790..c33dd66d 100644 --- a/ctags/PKGBUILD +++ b/ctags/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: João Guerra +# Maintainer: Jo�o Guerra pkgname="ctags" pkgver="5.8" @@ -7,6 +7,7 @@ pkgdesc="Generate tag files for source code" arch=("i686" "x86_64") url="https://ctags.sourceforge.io/" license=("GPL") +makedepends=('autotools') source=("https://sourceforge.net/projects/ctags/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") sha256sums=('0e44b45dcabe969e0bbbb11e30c246f81abe5d32012db37395eb57d66e9e99c7') diff --git a/curl/PKGBUILD b/curl/PKGBUILD index 0a435c30..8e48227c 100644 --- a/curl/PKGBUILD +++ b/curl/PKGBUILD @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="https://curl.haxx.se" license=('MIT') depends=('ca-certificates') -makedepends=('brotli-devel' 'heimdal-devel' 'libcrypt-devel' 'libidn2-devel' +makedepends=('brotli-devel' 'heimdal-devel' 'libcrypt-devel' 'libidn2-devel' 'autotools' 'libunistring-devel' 'libnghttp2-devel' 'libpsl-devel' 'libssh2-devel' 'openssl-devel' 'zlib-devel' 'libzstd-devel') # 'libcares-devel' options=('!libtool' 'strip' '!debug') source=("https://github.com/curl/curl/releases/download/${pkgbase}-${pkgver//./_}/${pkgbase}-${pkgver}.tar.xz"{,.asc} diff --git a/cvs/PKGBUILD b/cvs/PKGBUILD index 706f4acd..a0141b02 100644 --- a/cvs/PKGBUILD +++ b/cvs/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') license=('GPL') url="http://cvs.nongnu.org/" depends=('heimdal' 'zlib' 'libcrypt' 'libopenssl') -makedepends=('heimdal-devel' 'zlib-devel' 'gcc' 'libcrypt-devel' 'openssl-devel') +makedepends=('heimdal-devel' 'zlib-devel' 'gcc' 'libcrypt-devel' 'openssl-devel' 'autotools') options=('staticlibs') install=cvs.install source=(https://ftp.gnu.org/non-gnu/cvs/source/stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2 diff --git a/cygrunsrv/PKGBUILD b/cygrunsrv/PKGBUILD index 4761769b..75dcaa72 100644 --- a/cygrunsrv/PKGBUILD +++ b/cygrunsrv/PKGBUILD @@ -8,7 +8,7 @@ _realname=cygrunsrv arch=('i686' 'x86_64') url="https://cygwin.org/" license=('GPL') -makedepends=('gcc' 'git' 'make') +makedepends=('gcc' 'git' 'autotools') source=(${pkgname}-${pkgver}::git+https://sourceware.org/git/cygwin-apps/${pkgname}.git#tag=rel${pkgver//./-} msysize.patch) sha256sums=(SKIP diff --git a/cygutils/PKGBUILD b/cygutils/PKGBUILD index 2887273c..c4bdb4c4 100644 --- a/cygutils/PKGBUILD +++ b/cygutils/PKGBUILD @@ -15,7 +15,7 @@ makedepends=('gcc' 'gettext-devel' 'git' 'libiconv-devel' - 'make' + 'autotools' 'popt-devel') conflicts=('winln') replaces=('winln') diff --git a/cyrus-sasl/PKGBUILD b/cyrus-sasl/PKGBUILD index 2044c0d9..89034812 100644 --- a/cyrus-sasl/PKGBUILD +++ b/cyrus-sasl/PKGBUILD @@ -10,7 +10,7 @@ arch=('i686' 'x86_64') url="http://cyrusimap.web.cmu.edu/" license=('custom') groups=('sys-utils') -makedepends=('heimdal-devel' 'openssl-devel' 'libsqlite-devel' 'libcrypt-devel' 'libserf-devel') +makedepends=('heimdal-devel' 'openssl-devel' 'libsqlite-devel' 'libcrypt-devel' 'libserf-devel' 'autotools') options=('emptydirs' 'strip' '!makeflags') source=(#http://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-${pkgver}.tar.gz https://ftp.osuosl.org/pub/blfs/conglomeration/cyrus-sasl/cyrus-sasl-${_basever}${_rc}.tar.gz diff --git a/dash/PKGBUILD b/dash/PKGBUILD index e0677ddb..99c9b8f6 100644 --- a/dash/PKGBUILD +++ b/dash/PKGBUILD @@ -8,6 +8,7 @@ arch=('i686' 'x86_64') url="http://gondor.apana.org.au/~herbert/dash/" license=('BSD') depends=('grep' 'sed' 'filesystem') +makedepends=('autotools') install=dash.install source=("http://gondor.apana.org.au/~herbert/dash/files/${pkgname}-${pkgver}.tar.gz") sha256sums=('db778110891f7937985f29bf23410fe1c5d669502760f584e54e0e7b29e123bd') diff --git a/db/PKGBUILD b/db/PKGBUILD index 07323b18..454562c0 100644 --- a/db/PKGBUILD +++ b/db/PKGBUILD @@ -8,6 +8,7 @@ url="https://www.oracle.com/technetwork/database/database-technologies/berkeleyd license=('custom') arch=('i686' 'x86_64') depends=('sh') +makedepends=('autotools') source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz #http://download.oracle.com/otn/berkeley-db/db-${pkgver}.tar.gz 5.3-java.patch diff --git a/dejagnu/PKGBUILD b/dejagnu/PKGBUILD index b53bb99a..cfceb59e 100644 --- a/dejagnu/PKGBUILD +++ b/dejagnu/PKGBUILD @@ -8,6 +8,7 @@ arch=('any') url="https://www.gnu.org/software/dejagnu/" license=('GPL') depends=('expect') +makedepends=('autotools') #install=dejagnu.install source=(https://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig}) sha256sums=('87daefacd7958b4a69f88c6856dbd1634261963c414079d0c371f589cd66a2e3' diff --git a/dialog/PKGBUILD b/dialog/PKGBUILD index 1915f29c..0d8b553c 100644 --- a/dialog/PKGBUILD +++ b/dialog/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="A tool to display dialog boxes from shell scripts" arch=('i686' 'x86_64') url="https://invisible-island.net/dialog/" license=('LGPL2.1') -makedepends=('ncurses-devel') +makedepends=('ncurses-devel' 'autotools') depends=('ncurses') source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz) sha256sums=('ae478fe7d5fca82bcf4b51684641e07d2ee68489d319710fe1e81f41a197bd66') diff --git a/diffstat/PKGBUILD b/diffstat/PKGBUILD index 55d2b0d0..e0770e2d 100644 --- a/diffstat/PKGBUILD +++ b/diffstat/PKGBUILD @@ -8,6 +8,7 @@ pkgdesc="Display a histogram of diff changes" arch=('i686' 'x86_64') url="https://invisible-island.net/diffstat" groups=('base-devel') +makedepends=('autotools') license=('MIT') source=("https://invisible-mirror.net/archives/${pkgbase}/${pkgbase}-${pkgver}.tgz"{,.asc} "diffstat-1.62-msys2.patch") diff --git a/diffutils/PKGBUILD b/diffutils/PKGBUILD index 49a37c29..d003b7f7 100644 --- a/diffutils/PKGBUILD +++ b/diffutils/PKGBUILD @@ -9,6 +9,7 @@ url="https://www.gnu.org/software/diffutils" license=('GPL3') groups=('base-devel') depends=('sh') +makedepends=('autotools') install=diffutils.install source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig} diffutils-3.7-msys2.patch) diff --git a/dosfstools/PKGBUILD b/dosfstools/PKGBUILD index 579bcd78..cca9ee24 100644 --- a/dosfstools/PKGBUILD +++ b/dosfstools/PKGBUILD @@ -8,6 +8,7 @@ pkgdesc="DOS filesystem utilities" url="https://github.com/dosfstools/dosfstools" arch=('i686' 'x86_64') depends=('libiconv' 'libiconv-devel') +makedepends=('autotools') source=("${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig}) license=('GPL2') sha256sums=('64926eebf90092dca21b14259a5301b7b98e7b1943e8a201c7d726084809b527' diff --git a/ed/PKGBUILD b/ed/PKGBUILD index 31ee1926..3a1b6e74 100644 --- a/ed/PKGBUILD +++ b/ed/PKGBUILD @@ -8,6 +8,7 @@ arch=('i686' 'x86_64') license=('GPL') url="https://www.gnu.org/software/ed/ed.html" depends=('sh') +makedepends=('autotools') options=('!emptydirs') source=("https://ftp.gnu.org/gnu/ed/$pkgname-$pkgver.tar.lz"{,.sig}) install='ed.install' diff --git a/elinks-git/PKGBUILD b/elinks-git/PKGBUILD index ba6a0f89..513c67b2 100644 --- a/elinks-git/PKGBUILD +++ b/elinks-git/PKGBUILD @@ -34,6 +34,7 @@ depends=('doxygen' 'xmlto' 'zlib') makedepends=('git' + 'autotools' 'gettext-devel' #'guile' 'libbz2-devel' diff --git a/emacs/PKGBUILD b/emacs/PKGBUILD index c3899dfa..2ec55d36 100644 --- a/emacs/PKGBUILD +++ b/emacs/PKGBUILD @@ -9,7 +9,7 @@ license=('GPL3') arch=('i686' 'x86_64') depends=('ncurses' 'zlib' 'libxml2' 'libiconv' 'libcrypt' 'libgnutls' 'glib2' 'libhogweed') groups=('editors') -makedepends=('gawk' 'libiconv-devel' 'libxml2-devel' 'libiconv-devel' 'ncurses-devel' 'libcrypt-devel' 'libgnutls-devel' 'libunistring-devel') +makedepends=('gawk' 'libiconv-devel' 'libxml2-devel' 'libiconv-devel' 'ncurses-devel' 'libcrypt-devel' 'libgnutls-devel' 'libunistring-devel' 'autotools') options=('strip') source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig} 'configure.ac.diff') diff --git a/expat/PKGBUILD b/expat/PKGBUILD index a3c276a7..4cb6bcb2 100644 --- a/expat/PKGBUILD +++ b/expat/PKGBUILD @@ -7,6 +7,7 @@ pkgdesc="An XML parser library" arch=('i686' 'x86_64') url="https://expat.sourceforge.io/" license=('custom') +makedepends=('autotools') source=(https://github.com/libexpat/libexpat/releases/download/R_${pkgver//./_}/${pkgname}-${pkgver}.tar.xz) sha256sums=('cf032d0dba9b928636548e32b327a2d66b1aab63c4f4a13dd132c2d1d2f2fb6a') diff --git a/expect/PKGBUILD b/expect/PKGBUILD index addff911..06b9b734 100644 --- a/expect/PKGBUILD +++ b/expect/PKGBUILD @@ -10,6 +10,7 @@ arch=('i686' 'x86_64') url="https://www.nist.gov/el/msid/expect.cfm" license=('custom') depends=('tcl') +makedepends=('autotools') source=(https://downloads.sourceforge.net/project/expect/Expect/${pkgver}/expect${pkgver}.tar.gz config.guess config.sub diff --git a/file/PKGBUILD b/file/PKGBUILD index 8a9323a3..3f2d1c77 100644 --- a/file/PKGBUILD +++ b/file/PKGBUILD @@ -9,7 +9,7 @@ license=('custom') groups=('base-devel') url="https://www.darwinsys.com/file/" depends=('gcc-libs' 'zlib' 'libbz2') -makedepends=('python' 'zlib-devel' 'libbz2-devel') +makedepends=('python' 'zlib-devel' 'libbz2-devel' 'autotools') options=('!libtool') source=("https://astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc} file-5.38-msys2.patch) diff --git a/findutils/PKGBUILD b/findutils/PKGBUILD index fcf1e0bf..868534ff 100644 --- a/findutils/PKGBUILD +++ b/findutils/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="GNU utilities to locate files" arch=('i686' 'x86_64') license=('GPL3') depends=('libiconv' 'libintl') -makedepends=('libiconv-devel' 'gettext-devel') +makedepends=('libiconv-devel' 'gettext-devel' 'autotools') url="https://www.gnu.org/software/findutils" source=(https://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.xz{,.sig} findutils-4.8.0-msysize.patch) diff --git a/flex/PKGBUILD b/flex/PKGBUILD index 7d2ea2df..dd35f59c 100644 --- a/flex/PKGBUILD +++ b/flex/PKGBUILD @@ -9,7 +9,7 @@ url="https://github.com/westes/flex" license=('custom') groups=('base-devel') depends=('m4' 'sh' 'libiconv' 'libintl') -makedepends=('libiconv-devel' 'gettext-devel') +makedepends=('libiconv-devel' 'gettext-devel' 'autotools') options=('staticlibs') install=flex.install source=(https://github.com/westes/flex/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz diff --git a/gamin/PKGBUILD b/gamin/PKGBUILD index 135f8187..623ac2ab 100644 --- a/gamin/PKGBUILD +++ b/gamin/PKGBUILD @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="https://people.gnome.org/~veillard/gamin/" license=('LGPL') groups=('libraries') -makedepends=('gcc' 'gtk-doc' 'glib2-devel' 'pcre-devel') +makedepends=('gcc' 'gtk-doc' 'glib2-devel' 'pcre-devel' 'autotools') source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" 001-no-undefined.patch 002-fix-deprecated-const.patch diff --git a/gawk/PKGBUILD b/gawk/PKGBUILD index d451ffef..4543f081 100644 --- a/gawk/PKGBUILD +++ b/gawk/PKGBUILD @@ -9,7 +9,7 @@ url="https://www.gnu.org/software/gawk/" license=('GPL') groups=('base-devel') depends=('sh' 'mpfr' 'libintl' 'libreadline') -makedepends=('gettext-devel' 'mpfr-devel' 'libreadline-devel') +makedepends=('gettext-devel' 'mpfr-devel' 'libreadline-devel' 'autotools') provides=('awk') install=gawk.install source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}) diff --git a/gc/PKGBUILD b/gc/PKGBUILD index c05af958..eec8e61c 100644 --- a/gc/PKGBUILD +++ b/gc/PKGBUILD @@ -9,6 +9,7 @@ arch=('i686' 'x86_64') groups=('libraries') url="https://www.hboehm.info/gc/" license=('GPL') +makedepends=('autotools') source=("https://github.com/ivmai/bdwgc/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.gz") makedepends=(libatomic_ops-devel) options=('!libtool') diff --git a/gcc/PKGBUILD b/gcc/PKGBUILD index 0b6da732..aaf42267 100644 --- a/gcc/PKGBUILD +++ b/gcc/PKGBUILD @@ -16,7 +16,7 @@ license=('GPL' 'LGPL' 'FDL' 'custom') url="https://gcc.gnu.org/" makedepends=('binutils' 'mpc-devel' 'gmp-devel' 'mpfr-devel' 'isl-devel' 'zlib-devel' - 'windows-default-manifest') + 'windows-default-manifest' 'autotools') STRIP_OPTION="strip" #STRIP_OPTION="!strip" #DEBUG_OPTION="debug" diff --git a/gdb/PKGBUILD b/gdb/PKGBUILD index 20af8dad..7a6895fb 100644 --- a/gdb/PKGBUILD +++ b/gdb/PKGBUILD @@ -11,7 +11,7 @@ url="https://www.gnu.org/software/gdb/" groups=('base-devel') depends=("libiconv" "zlib" "expat" "python" "libexpat" "libreadline" "mpfr" "xxhash") #checkdepends=('dejagnu' 'bc') -makedepends=("libiconv-devel" "zlib-devel" "ncurses-devel" "liblzma-devel" "mpfr-devel" "libexpat-devel" "libreadline-devel" "python-devel") +makedepends=("libiconv-devel" "zlib-devel" "ncurses-devel" "liblzma-devel" "mpfr-devel" "libexpat-devel" "libreadline-devel" "python-devel" 'autotools') options=('staticlibs' '!distcc' '!ccache') source=("https://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz"{,.sig} 'gdbinit' diff --git a/gdbm/PKGBUILD b/gdbm/PKGBUILD index 052609fc..d50d33ca 100644 --- a/gdbm/PKGBUILD +++ b/gdbm/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="GNU database library" url="https://www.gnu.org/software/gdbm/gdbm.html" license=('GPL3') arch=('i686' 'x86_64') -makedepends=('libreadline-devel') +makedepends=('libreadline-devel' 'autotools') source=(https://ftp.gnu.org/gnu/gdbm/${pkgname}-${pkgver}.tar.gz{,.sig} 1.10-no-undefined.patch 1.11-parallel-make.patch diff --git a/gengetopt/PKGBUILD b/gengetopt/PKGBUILD index cebd6684..31535cb3 100644 --- a/gengetopt/PKGBUILD +++ b/gengetopt/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64' 'arm' 'armv6h') url="https://www.gnu.org/software/gengetopt/gengetopt.html" license=("GPL") options=('!docs' '!makeflags') -makedepends=('bison' 'flex' 'gcc' 'help2man') +makedepends=('bison' 'flex' 'gcc' 'help2man' 'autotools') source=(https://ftp.gnu.org/gnu/gengetopt/${pkgname}-${pkgver}.tar.xz{,.sig} msysize.patch) sha256sums=('b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac' diff --git a/getent/PKGBUILD b/getent/PKGBUILD index 54c2e152..115fe99a 100644 --- a/getent/PKGBUILD +++ b/getent/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') url="https://www.gnu.org/software/libc/libc.html" license=('LGPL') depends=('libargp') -makedepends=('libargp-devel') +makedepends=('libargp-devel' 'autotools') source=(getent-${pkgver}.tar.gz cygwin-getent.patch msysize.patch) diff --git a/gettext/PKGBUILD b/gettext/PKGBUILD index 5b3209b9..ce66ebe4 100644 --- a/gettext/PKGBUILD +++ b/gettext/PKGBUILD @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="https://www.gnu.org/software/gettext/" license=('GPL') groups=('base-devel') -makedepends=('libiconv-devel') +makedepends=('libiconv-devel' 'autotools') options=(!docs) source=(https://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig} 0.19.8.1-autopoint-V.patch diff --git a/git/PKGBUILD b/git/PKGBUILD index 109680cb..65f2532e 100644 --- a/git/PKGBUILD +++ b/git/PKGBUILD @@ -24,6 +24,7 @@ depends=('curl' 'perl-Net-SMTP-SSL' 'perl-TermReadKey') makedepends=('asciidoc' + 'autotools' 'docbook-xml' 'docbook-xsl' #'docbook2x' diff --git a/global/PKGBUILD b/global/PKGBUILD index 44c2dce7..e8a0bba9 100644 --- a/global/PKGBUILD +++ b/global/PKGBUILD @@ -9,7 +9,7 @@ url="https://www.gnu.org/software/global/" license=('GPL3') depends=("libltdl") optdepends=("ctags" "python3-pygments") -makedepends=("ncurses-devel") +makedepends=("ncurses-devel" 'autotools') options=(libtool !emptydirs) source=("https://ftp.gnu.org/gnu/global/${pkgname}-${pkgver}.tar.gz"{,.sig}) sha256sums=('69a0f77f53827c5568176c1d382166df361e74263a047f0b3058aa2f2ad58a3c' diff --git a/gmp/PKGBUILD b/gmp/PKGBUILD index 630e05f3..9b89e072 100644 --- a/gmp/PKGBUILD +++ b/gmp/PKGBUILD @@ -9,6 +9,7 @@ groups=('libraries') arch=('i686' 'x86_64') url="https://gmplib.org/" license=('LGPL3') +makedepends=('autotools') install=gmp.install source=(https://gmplib.org/download/gmp-${pkgver}/gmp-${pkgver}.tar.xz{,.sig}) sha256sums=('fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2' diff --git a/gnome-doc-utils/PKGBUILD b/gnome-doc-utils/PKGBUILD index ccc4a713..5f081223 100644 --- a/gnome-doc-utils/PKGBUILD +++ b/gnome-doc-utils/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="Documentation utilities for Gnome" arch=('any') license=('GPL' 'LGPL') depends=('libxslt' 'python' 'docbook-xml' 'rarian') -makedepends=('intltool' 'libxml2-devel' 'libxslt-devel' 'libxml2-python') +makedepends=('intltool' 'libxml2-devel' 'libxslt-devel' 'libxml2-python' 'autotools') url="https://www.gnome.org" source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz 0.18.0-abs_top_srcdir.patch diff --git a/gnu-netcat/PKGBUILD b/gnu-netcat/PKGBUILD index 5a8a68ef..9cb62649 100644 --- a/gnu-netcat/PKGBUILD +++ b/gnu-netcat/PKGBUILD @@ -6,7 +6,7 @@ pkgver=0.7.1 pkgrel=1 pkgdesc="GNU rewrite of netcat, the network piping application" depends=('info') -makedepends=('texinfo') +makedepends=('texinfo' 'autotools') arch=('i686' 'x86_64') url="https://netcat.sourceforge.io/" license=('GPL') diff --git a/gnupg/PKGBUILD b/gnupg/PKGBUILD index cbae37f0..7ce6ef67 100644 --- a/gnupg/PKGBUILD +++ b/gnupg/PKGBUILD @@ -26,6 +26,7 @@ makedepends=('gettext-devel' 'libunistring-devel' 'nettle' 'tar' + 'autotools' 'zlib-devel') optdepends=('curl: gpg2keys_curl') depends=('bzip2' diff --git a/gnutls/PKGBUILD b/gnutls/PKGBUILD index 66838545..7c3d888c 100644 --- a/gnutls/PKGBUILD +++ b/gnutls/PKGBUILD @@ -10,6 +10,7 @@ arch=('x86_64' 'i686') license=('GPL3' 'LGPL2.1') url="https://www.gnutls.org/" makedepends=('gtk-doc' + 'autotools' 'gettext-devel' 'libidn2-devel' 'libiconv-devel' diff --git a/gperf/PKGBUILD b/gperf/PKGBUILD index 22350574..45ad7097 100644 --- a/gperf/PKGBUILD +++ b/gperf/PKGBUILD @@ -9,7 +9,7 @@ url="https://www.gnu.org/software/gperf/" license=('GPL3') groups=('base-devel') depends=('gcc-libs' 'info') -makedepends=('gcc' 'texinfo') +makedepends=('gcc' 'texinfo' 'autotools') install=gperf.install source=("https://ftp.gnu.org/pub/gnu/gperf/${pkgname}-${pkgver}.tar.gz"{,.sig}) sha256sums=('588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2' diff --git a/gpgme/PKGBUILD b/gpgme/PKGBUILD index 55a5d9e5..a2a279d3 100644 --- a/gpgme/PKGBUILD +++ b/gpgme/PKGBUILD @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="https://gnupg.org/related_software/gpgme/" license=('LGPL') depends=('libassuan' 'libgpg-error' 'gnupg') -makedepends=('libassuan-devel' 'libgpg-error-devel' 'python-devel' 'swig') +makedepends=('libassuan-devel' 'libgpg-error-devel' 'python-devel' 'swig' 'autotools') options=('!libtool' '!emptydirs') source=(https://gnupg.org/ftp/gcrypt/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2{,.sig} gpgme-1.4.2-msys2.patch) diff --git a/grep/PKGBUILD b/grep/PKGBUILD index 485339e5..8cd00d97 100644 --- a/grep/PKGBUILD +++ b/grep/PKGBUILD @@ -20,7 +20,7 @@ license=('GPL3') url="https://www.gnu.org/software/grep/" groups=('base-devel') depends=('libiconv' 'libintl' 'libpcre' 'sh') -makedepends=('texinfo' 'gettext-devel' 'libiconv-devel' 'pcre-devel') +makedepends=('texinfo' 'gettext-devel' 'libiconv-devel' 'pcre-devel' 'autotools') install=${pkgname}.install source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig} grep-2.23-msys2.patch diff --git a/groff/PKGBUILD b/groff/PKGBUILD index f7bca48a..51eeddea 100644 --- a/groff/PKGBUILD +++ b/groff/PKGBUILD @@ -9,7 +9,7 @@ url="https://www.gnu.org/software/groff/groff.html" license=('GPL') groups=('base-devel') depends=('perl' 'gcc-libs') -makedepends=() +makedepends=('autotools') optdepends=() source=(https://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig} site.tmac diff --git a/gtk-doc/PKGBUILD b/gtk-doc/PKGBUILD index 4ab0af0c..78f47c9e 100644 --- a/gtk-doc/PKGBUILD +++ b/gtk-doc/PKGBUILD @@ -20,6 +20,7 @@ depends=("docbook-xsl" makedepends=("pkg-config" "glib2-devel" 'itstool' + 'autotools' ) source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) sha256sums=('cc1b709a20eb030a278a1f9842a362e00402b7f834ae1df4c1998a723152bf43') diff --git a/guile/PKGBUILD b/guile/PKGBUILD index 917fffbc..95af1233 100644 --- a/guile/PKGBUILD +++ b/guile/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="a portable, embeddable Scheme implementation written in C" url="https://www.gnu.org/software/guile/" arch=(i686 x86_64) license=('GPL') -makedepends=('libltdl' 'gmp-devel' 'ncurses-devel' 'libunistring-devel' 'libgc-devel' 'libffi-devel' 'texinfo') +makedepends=('libltdl' 'gmp-devel' 'ncurses-devel' 'libunistring-devel' 'libgc-devel' 'libffi-devel' 'texinfo' 'autotools') source=("https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz" 0002-Remove-version-in-file-name-of-dynamic-library-guile.patch 0101-In-tests-add-dynamic-link-to-msys-2.0-for-host-type-msys.patch diff --git a/gzip/PKGBUILD b/gzip/PKGBUILD index dddfe20c..bbcc7a3c 100644 --- a/gzip/PKGBUILD +++ b/gzip/PKGBUILD @@ -9,6 +9,7 @@ url="https://www.gnu.org/software/gzip/" license=('GPL3') groups=('compression') depends=('bash' 'less') +makedepends=('autotools') install=gzip.install source=(https://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz{,.sig} 'gzip-1.6-msys2.patch') diff --git a/heimdal/PKGBUILD b/heimdal/PKGBUILD index ee99f43b..aaa0f78e 100644 --- a/heimdal/PKGBUILD +++ b/heimdal/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="Implementation of Kerberos V5 libraries" arch=('i686' 'x86_64') url="https://www.h5l.org/" license=('custom') -makedepends=('libdb-devel' 'libcrypt-devel' 'libedit-devel' 'libsqlite-devel' 'openssl-devel' 'perl-JSON' 'python') #libldap-devel +makedepends=('libdb-devel' 'libcrypt-devel' 'libedit-devel' 'libsqlite-devel' 'openssl-devel' 'perl-JSON' 'python' 'autotools') #libldap-devel options=('!libtool' '!emptydirs' 'staticlibs') groups=('net-utils') source=(https://github.com/heimdal/heimdal/archive/heimdal-${pkgver}.tar.gz diff --git a/help2man/PKGBUILD b/help2man/PKGBUILD index c1ac43f6..68ff03c3 100644 --- a/help2man/PKGBUILD +++ b/help2man/PKGBUILD @@ -9,6 +9,7 @@ url="https://www.gnu.org/software/help2man/" license=('GPL') groups=('base-devel') depends=('perl-Locale-Gettext' 'libintl') +makedepends=('autotools') install=help2man.install source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig} 1.40.4-cygwin-nls.patch) diff --git a/hexcurse/PKGBUILD b/hexcurse/PKGBUILD index d08a99c6..8d8b994e 100644 --- a/hexcurse/PKGBUILD +++ b/hexcurse/PKGBUILD @@ -11,6 +11,7 @@ arch=('i686' 'x86_64') url="https://github.com/LonnyGomes/hexcurse" license=('GPL') depends=('ncurses') +makedepends=('autotools') options=('!makeflags') source=("${pkgname}-${pkgver}.tgz::https://github.com/LonnyGomes/hexcurse/archive/v${pkgver}.tar.gz" hexcurse-1.60.0-msys2-automake-version.diff diff --git a/icu/PKGBUILD b/icu/PKGBUILD index 602266be..bf78acd0 100644 --- a/icu/PKGBUILD +++ b/icu/PKGBUILD @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="https://icu.unicode.org" license=('custom:"icu"') depends=('gcc-libs' 'sh') -makedepends=('autoconf-archive') +makedepends=('autoconf-archive' 'autotools') source=("https://github.com/unicode-org/${pkgname}/releases/download/release-${pkgver//./-}/${pkgname}4c-${pkgver//./_}-src.tgz"{,.asc} toolutil-Makefile-ln-force.patch icu-59.1-msys2.patch) diff --git a/idutils/PKGBUILD b/idutils/PKGBUILD index 104d9e02..8dc85226 100644 --- a/idutils/PKGBUILD +++ b/idutils/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: João Guerra +# Maintainer: Jo�o Guerra pkgname="idutils" pkgver="4.6" @@ -7,6 +7,7 @@ pkgdesc="A fast, high-capacity, identifier database tool" arch=("i686" "x86_64") url="https://www.gnu.org/software/idutils/" license=("GPL3") +makedepends=('autotools') source=("https://ftp.gnu.org/gnu/idutils/${pkgname}-${pkgver}.tar.xz") sha256sums=('8181f43a4fb62f6f0ccf3b84dbe9bec71ecabd6dfdcf49c6b5584521c888aac2') diff --git a/inetutils/PKGBUILD b/inetutils/PKGBUILD index a816d3cd..8efa713f 100644 --- a/inetutils/PKGBUILD +++ b/inetutils/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') url="https://www.gnu.org/software/inetutils/" license=('GPL3') depends=('gcc-libs' 'libintl' 'libcrypt' 'libreadline' 'ncurses' 'tftp-hpa') -makedepends=('automake' 'autoconf' 'pkg-config' 'make' 'gettext-devel' 'libcrypt-devel' 'libreadline-devel' 'ncurses-devel') +makedepends=('gettext-devel' 'libcrypt-devel' 'libreadline-devel' 'ncurses-devel' 'autotools') options=('!emptydirs') install=inetutils.install source=(https://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.xz diff --git a/intltool/PKGBUILD b/intltool/PKGBUILD index 7480f25f..b65530dc 100644 --- a/intltool/PKGBUILD +++ b/intltool/PKGBUILD @@ -8,7 +8,7 @@ license=('GPL3') arch=('i686' 'x86_64') url="https://edge.launchpad.net/intltool" groups=('base-devel') -makedepends=('perl') +makedepends=('perl' 'autotools') depends=('perl-XML-Parser') source=(https://edge.launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc} perl-5.22-compatibility.patch) diff --git a/iperf/PKGBUILD b/iperf/PKGBUILD index b6f4fe26..8fb5eb80 100644 --- a/iperf/PKGBUILD +++ b/iperf/PKGBUILD @@ -8,6 +8,7 @@ arch=('i686' 'x86_64') url="https://sourceforge.net/projects/iperf2/" license=('custom') depends=('gcc-libs') +makedepends=('autotools') source=("https://downloads.sourceforge.net/iperf2/iperf-$pkgver.tar.gz") sha256sums=('c88adec966096a81136dda91b4bd19c27aae06df4d45a7f547a8e50d723778ad') diff --git a/iperf3/PKGBUILD b/iperf3/PKGBUILD index c0418ed7..29c4000a 100644 --- a/iperf3/PKGBUILD +++ b/iperf3/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') url="https://github.com/esnet/iperf" license=('BSD') depends=('gcc-libs' 'openssl') -makedepends=('openssl-devel') +makedepends=('openssl-devel' 'autotools') source=("https://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz") sha256sums=('24b63a26382325f759f11d421779a937b63ca1bc17c44587d2fcfedab60ac038') diff --git a/irssi/PKGBUILD b/irssi/PKGBUILD index bf132920..8816ea0d 100644 --- a/irssi/PKGBUILD +++ b/irssi/PKGBUILD @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') url="https://irssi.org/" license=('GPL') depends=('openssl' 'gettext' 'perl' 'ncurses' 'glib2') -makedepends=('gettext-devel' 'glib2-devel' 'openssl-devel' 'perl-devel' 'ncurses-devel' 'pcre-devel' 'elinks') +makedepends=('gettext-devel' 'glib2-devel' 'openssl-devel' 'perl-devel' 'ncurses-devel' 'pcre-devel' 'elinks' 'autotools') optdepends=('perl-libwww: for the scriptassist script') backup=('etc/irssi.conf') source=("https://github.com/irssi/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc} diff --git a/isl/PKGBUILD b/isl/PKGBUILD index de49d97c..7f415755 100644 --- a/isl/PKGBUILD +++ b/isl/PKGBUILD @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="https://isl.gforge.inria.fr/" groups=('libraries') depends=('gmp') -makedepends=('gmp-devel') +makedepends=('gmp-devel' 'autotools') license=('MIT') source=(http://isl.gforge.inria.fr/${pkgbase}-${pkgver}.tar.xz isl-0.12.1-msys2.patch diff --git a/itstool/PKGBUILD b/itstool/PKGBUILD index dada509f..2bb345a7 100644 --- a/itstool/PKGBUILD +++ b/itstool/PKGBUILD @@ -8,6 +8,7 @@ arch=('i686' 'x86_64') url="http://itstool.org/" license=("GPL3") depends=("python" "libxml2" "libxml2-python") +makedepends=('autotools') source=(http://files.itstool.org/itstool/${pkgname}-${pkgver}.tar.bz2 fix-segfault.patch itstool-2.0.5-fix-crash-wrong-encoding.patch) diff --git a/jansson/PKGBUILD b/jansson/PKGBUILD index 49d3bc1a..5720a37e 100644 --- a/jansson/PKGBUILD +++ b/jansson/PKGBUILD @@ -8,6 +8,7 @@ pkgdesc='C library for encoding, decoding and manipulating JSON data' arch=('i686' 'x86_64') url='https://www.digip.org/jansson/' license=('MIT') +makedepends=('autotools') options=('staticlibs') source=("https://github.com/akheron/jansson/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.asc} "jansson-2.12-msys2.patch") diff --git a/less/PKGBUILD b/less/PKGBUILD index 3433c0bb..b8ea2f4e 100644 --- a/less/PKGBUILD +++ b/less/PKGBUILD @@ -8,7 +8,7 @@ license=('GPL3') arch=('i686' 'x86_64') url="http://www.greenwoodsoftware.com/less" depends=('ncurses' 'libpcre') -makedepends=('ncurses-devel' 'pcre-devel') +makedepends=('ncurses-devel' 'pcre-devel' 'autotools') source=("http://www.greenwoodsoftware.com/${pkgname}/${pkgname}-${pkgver}.tar.gz") # pgp check still fails with FAILED (unknown public key F153A7C833235259) # "$pkgname-$pkgver.tar.gz.sig::http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.sig") diff --git a/lftp/PKGBUILD b/lftp/PKGBUILD index f41c744e..3dce40cb 100644 --- a/lftp/PKGBUILD +++ b/lftp/PKGBUILD @@ -22,6 +22,7 @@ depends=('gcc-libs' 'openssh' 'zlib') makedepends=('gcc' + 'autotools' 'gettext-devel' 'libexpat-devel' 'libgnutls-devel' diff --git a/libarchive/PKGBUILD b/libarchive/PKGBUILD index f14288cb..f0238ff2 100644 --- a/libarchive/PKGBUILD +++ b/libarchive/PKGBUILD @@ -9,7 +9,7 @@ url="https://libarchive.org/" license=('BSD') groups=('libraries') depends=('gcc-libs' 'libbz2' 'libiconv' 'libexpat' 'liblzma' 'liblz4' 'libnettle' 'libxml2' 'libzstd' 'zlib') -makedepends=('libbz2-devel' 'libiconv-devel' 'libexpat-devel' 'liblzma-devel' 'liblz4-devel' 'libnettle-devel' 'libxml2-devel' 'libzstd-devel' 'zlib-devel') +makedepends=('libbz2-devel' 'libiconv-devel' 'libexpat-devel' 'liblzma-devel' 'liblz4-devel' 'libnettle-devel' 'libxml2-devel' 'libzstd-devel' 'zlib-devel' 'autotools') options=('!strip' 'debug' 'libtool') source=("https://github.com/libarchive/libarchive/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc} 'libarchive-3.3.2-bcrypt-fix.patch' diff --git a/libargp/PKGBUILD b/libargp/PKGBUILD index 03c0ab5d..8f3cc99f 100644 --- a/libargp/PKGBUILD +++ b/libargp/PKGBUILD @@ -8,6 +8,7 @@ arch=('i686' 'x86_64') pkgdesc="Interface for parsing command-line arguments" url="https://www.gnu.org/software/libc/libc.html" license=('GPL' 'LGPL') +makedepends=('autotools') source=(${_realname}-${pkgver}.tar.bz2 ${_realname}-so.patch ${_realname}-optional-variables.patch diff --git a/libassuan/PKGBUILD b/libassuan/PKGBUILD index af27523e..27195b47 100644 --- a/libassuan/PKGBUILD +++ b/libassuan/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="A IPC library used by some GnuPG related software" arch=('i686' 'x86_64') url="https://gnupg.org/related_software/libassuan" license=('GPL') -makedepends=('libgpg-error-devel') +makedepends=('libgpg-error-devel' 'autotools') options=('strip' 'libtool') source=(https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig} 'msysize.patch') diff --git a/libatomic_ops/PKGBUILD b/libatomic_ops/PKGBUILD index be6448cf..53ed3f62 100644 --- a/libatomic_ops/PKGBUILD +++ b/libatomic_ops/PKGBUILD @@ -7,6 +7,7 @@ pkgrel=1 pkgdesc="Provides semi-portable access to hardware provided atomic memory operations" arch=('any') url="https://www.hboehm.info/gc" +makedepends=('autotools') license=('GPL2' 'MIT') source=("https://github.com/ivmai/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.gz" libatomic_ops-7.6.6-msysize.patch) diff --git a/libedit/PKGBUILD b/libedit/PKGBUILD index 2ae2978a..6a062879 100644 --- a/libedit/PKGBUILD +++ b/libedit/PKGBUILD @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') license=('BSD') url="https://www.thrysoee.dk/editline/" depends=('ncurses' 'sh') -makedepends=('ncurses-devel') +makedepends=('ncurses-devel' 'autotools') options=('staticlibs') source=(https://www.thrysoee.dk/editline/${pkgname}-${_snap_date}-${_base_ver}.tar.gz libedit-20191231-3.1.patch diff --git a/libelf/PKGBUILD b/libelf/PKGBUILD index 7eb1a668..395d0c04 100644 --- a/libelf/PKGBUILD +++ b/libelf/PKGBUILD @@ -9,6 +9,7 @@ arch=('i686' 'x86_64') license=('LGPL') url="http://www.mr511.de/software/english.html" options=('staticlibs') +makedepends=('autotools') source=("http://www.mr511.de/software/${pkgname}-${pkgver}.tar.gz" libelf-0.8.13-msysize.patch) sha256sums=('591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d' diff --git a/libevent/PKGBUILD b/libevent/PKGBUILD index e91c9e3d..8acffcb9 100644 --- a/libevent/PKGBUILD +++ b/libevent/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="An event notification library" arch=('i686' 'x86_64') url="https://libevent.org/" license=('BSD') -makedepends=('openssl-devel') +makedepends=('openssl-devel' 'autotools') source=("https://github.com/${pkgname}/${pkgname}/releases/download/release-${pkgver}-stable/${pkgname}-${pkgver}-stable.tar.gz"{,.asc} "0001-Fix-DNS-lookups-in-MSYS2.patch") sha256sums=('92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb' diff --git a/libffi/PKGBUILD b/libffi/PKGBUILD index 57417800..e71ea512 100644 --- a/libffi/PKGBUILD +++ b/libffi/PKGBUILD @@ -11,6 +11,7 @@ groups=('libraries') license=('MIT') depends=() checkdepends=('dejagnu') +makedepends=('autotools') #options=('!strip' 'debug') install=libffi.install source=(https://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz diff --git a/libgcrypt/PKGBUILD b/libgcrypt/PKGBUILD index c693d472..96365f55 100644 --- a/libgcrypt/PKGBUILD +++ b/libgcrypt/PKGBUILD @@ -9,7 +9,7 @@ arch=(i686 x86_64) url="https://gnupg.org" license=('LGPL') depends=('libgpg-error') -makedepends=('libgpg-error-devel') +makedepends=('libgpg-error-devel' 'autotools') options=('!emptydirs') source=(https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig} libgcrypt-1.7.3-ecc-test-fix.patch diff --git a/libgpg-error/PKGBUILD b/libgpg-error/PKGBUILD index 8ef30b53..81478a72 100644 --- a/libgpg-error/PKGBUILD +++ b/libgpg-error/PKGBUILD @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="https://gnupg.org" license=('LGPL') depends=('sh' 'libiconv' 'libintl') -makedepends=('libiconv-devel' 'gettext-devel') +makedepends=('libiconv-devel' 'gettext-devel' 'autotools') source=(https://gnupg.org/ftp/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig} libgpg-error-1.16-msys2.patch gpg-error-static-linking.patch) diff --git a/libiconv/PKGBUILD b/libiconv/PKGBUILD index f019e936..65f8011b 100644 --- a/libiconv/PKGBUILD +++ b/libiconv/PKGBUILD @@ -6,6 +6,7 @@ pkgrel=2 pkgdesc='Libiconv is a conversion library' groups=('libraries') arch=('i686' 'x86_64') +makedepends=('autotools') url='https://www.gnu.org/software/libiconv/' license=('LGPL') source=("https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz" diff --git a/libidn/PKGBUILD b/libidn/PKGBUILD index 11f2fcba..dba9a0c6 100644 --- a/libidn/PKGBUILD +++ b/libidn/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications" url="https://www.gnu.org/software/libidn/" arch=('i686' 'x86_64') license=('GPL3' 'LGPL') -makedepends=('gcc' 'make' 'pkg-config' 'texinfo') +makedepends=('gcc' 'texinfo' 'autotools') options=('!libtool' 'staticlibs') source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz libidn-1.36-msys2.patch) diff --git a/libidn2/PKGBUILD b/libidn2/PKGBUILD index b32b8738..8c6dcd77 100644 --- a/libidn2/PKGBUILD +++ b/libidn2/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications" url="https://www.gnu.org/software/libidn/" arch=('i686' 'x86_64') license=('GPL3' 'LGPL') -makedepends=('gcc' 'make' 'pkg-config' 'texinfo' 'libunistring-devel' 'gtk-doc') +makedepends=('gcc' 'texinfo' 'libunistring-devel' 'gtk-doc' 'autotools') options=('!libtool' 'staticlibs') source=(https://ftp.gnu.org/gnu/libidn/${pkgname}-${pkgver}.tar.gz{,.sig} libidn2-2.1.0-msys2.patch) diff --git a/libksba/PKGBUILD b/libksba/PKGBUILD index 0fe35cda..8bede28b 100644 --- a/libksba/PKGBUILD +++ b/libksba/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="A CMS and X.509 access library" arch=('i686' 'x86_64') url="https://www.gnupg.org/related_software/libksba/" license=('GPL') -makedepends=('libgpg-error-devel') +makedepends=('libgpg-error-devel' 'autotools') options=('strip' 'libtool') source=(https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig} 'msysize.patch') diff --git a/libpipeline/PKGBUILD b/libpipeline/PKGBUILD index 48e235e3..041fb464 100644 --- a/libpipeline/PKGBUILD +++ b/libpipeline/PKGBUILD @@ -8,7 +8,7 @@ url="http://libpipeline.nongnu.org/" groups=('libraries') arch=('i686' 'x86_64') license=('BSD') -makedepends=('openssl-devel' 'zlib-devel') +makedepends=('openssl-devel' 'zlib-devel' 'autotools') options=('!libtool') source=(https://download.savannah.gnu.org/releases/libpipeline/libpipeline-$pkgver.tar.gz{,.asc} libpipeline-1.5.1-msys2.patch) diff --git a/libpsl/PKGBUILD b/libpsl/PKGBUILD index 0d19e4ea..32acbc23 100644 --- a/libpsl/PKGBUILD +++ b/libpsl/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc='Public Suffix List library' url='https://github.com/rockdaboot/libpsl' arch=('i686' 'x86_64') license=('MIT') -makedepends=('libxslt' 'python' 'libidn2-devel' 'publicsuffix-list' 'libunistring-devel') +makedepends=('libxslt' 'python' 'libidn2-devel' 'publicsuffix-list' 'libunistring-devel' 'autotools') source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz 0.16.0-install-dafsa.patch 0.16.1-make-dafsa-setlocale.patch diff --git a/libqrencode/PKGBUILD b/libqrencode/PKGBUILD index fd5a6836..867de037 100644 --- a/libqrencode/PKGBUILD +++ b/libqrencode/PKGBUILD @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') url='https://fukuchi.org/works/qrencode/' license=('LGPL') #depends=('libpng') -makedepends=('autoconf' 'automake' 'libtool' 'pkg-config' 'gcc') +makedepends=('gcc' 'autotools') source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/fukuchi/libqrencode/archive/v${pkgver}.tar.gz") sha256sums=('5385bc1b8c2f20f3b91d258bf8ccc8cf62023935df2d2676b5b67049f31a049c') diff --git a/libssh2/PKGBUILD b/libssh2/PKGBUILD index 06eefc2d..6b361e5e 100644 --- a/libssh2/PKGBUILD +++ b/libssh2/PKGBUILD @@ -8,7 +8,7 @@ url="https://libssh2.org/" groups=('libraries') arch=('i686' 'x86_64') license=('BSD') -makedepends=('openssl-devel' 'zlib-devel') +makedepends=('openssl-devel' 'zlib-devel' 'autotools') options=('!libtool') source=("https://libssh2.org/download/${pkgname}-${pkgver}.tar.gz"{,.asc} libssh2-1.4.3-msys2.patch) diff --git a/libtasn1/PKGBUILD b/libtasn1/PKGBUILD index b5701ea2..abbfc845 100644 --- a/libtasn1/PKGBUILD +++ b/libtasn1/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="A library for Abstract Syntax Notation One (ASN.1) and Distinguish Enco arch=('i686' 'x86_64') license=('GPL3' 'LGPL') url="https://www.gnu.org/software/libtasn1/" -makedepends=('gcc' 'texinfo' 'make' 'patch' 'gtk-doc') +makedepends=('gcc' 'texinfo' 'patch' 'gtk-doc' 'autotools') source=(https://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig} libtasn1-3.3-msys2.patch) sha256sums=('4365c154953563d64c67a024b607d1ee75c6db76e0d0f65709ea80a334cd1898' diff --git a/libtirpc/PKGBUILD b/libtirpc/PKGBUILD index f7c00658..b7308cdb 100644 --- a/libtirpc/PKGBUILD +++ b/libtirpc/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="A port of Sun's Transport-Independent RPC library" arch=('i686' 'x86_64') license=('BSD') url="https://libtirpc.sourceforge.io/" -makedepends=('gcc' 'make' 'patch' 'heimdal-devel') +makedepends=('gcc' 'patch' 'heimdal-devel' 'autotools') source=(https://downloads.sourceforge.net/libtirpc/libtirpc-${pkgver}.tar.bz2 0.3.2-no-undefined.patch 0.2.4-cygwin-rpc-types.patch diff --git a/libtool/PKGBUILD b/libtool/PKGBUILD index 5619b221..d797e7f1 100644 --- a/libtool/PKGBUILD +++ b/libtool/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="A generic library support script" arch=('i686' 'x86_64') url="https://www.gnu.org/software/libtool/" license=('GPL') -makedepends=("gcc=${_gccver}") +makedepends=("gcc=${_gccver}" 'autotools') source=(https://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig} #https://alpha.gnu.org/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig} #${pkgname}-${pkgver}::git+https://git.savannah.gnu.org/git/libtool.git diff --git a/libtre-git/PKGBUILD b/libtre-git/PKGBUILD index b6c96a70..ebd2bf79 100644 --- a/libtre-git/PKGBUILD +++ b/libtre-git/PKGBUILD @@ -11,7 +11,7 @@ url="https://laurikari.net/tre/" license=('BSD') groups=('libraries') depends=("gettext" "libiconv" "libintl") -makedepends=("gettext-devel" "libiconv-devel" "gcc" "git") +makedepends=("gettext-devel" "libiconv-devel" "gcc" "git" 'autotools') source=("${pkgname}"::'git+https://github.com/laurikari/tre') sha256sums=('SKIP') diff --git a/libunistring/PKGBUILD b/libunistring/PKGBUILD index 7367e1d5..6f1b5ccb 100644 --- a/libunistring/PKGBUILD +++ b/libunistring/PKGBUILD @@ -8,7 +8,7 @@ url="https://www.gnu.org/software/libunistring/" arch=('i686' 'x86_64') license=('GPL') depends=('libiconv') -makedepends=('libiconv-devel') +makedepends=('libiconv-devel' 'autotools') source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz libunistring-0.9.3-2.src.patch libunistring-0.9.3-msys2.patch) diff --git a/libuv/PKGBUILD b/libuv/PKGBUILD index 1ddab019..4f06166b 100644 --- a/libuv/PKGBUILD +++ b/libuv/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="Multi-platform support library with a focus on asynchronous I/O" arch=('i686' 'x86_64') url="https://github.com/libuv/libuv" license=('custom') -makedepends=('gcc') +makedepends=('gcc' 'autotools') depends=('gcc-libs') source=("https://dist.libuv.org/dist/v${pkgver}/libuv-v${pkgver}.tar.gz"{,.sign}) sha512sums=('cc8ca797ec6e02fff7d4998fd5a509373ae6c674ff0d57960fef3418f59d3b93a655f52913ee5f712e32e3980b29df6315685c8b506790295d97c7c1f94f3425' diff --git a/libxml2/PKGBUILD b/libxml2/PKGBUILD index 08cbfa63..222f82d5 100644 --- a/libxml2/PKGBUILD +++ b/libxml2/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="XML parsing library, version 2" arch=(i686 x86_64) license=('MIT') makedepends=('python-devel' 'icu-devel>=68.1' 'libcrypt-devel' 'libreadline-devel' - 'ncurses-devel' 'liblzma-devel' 'zlib-devel') + 'ncurses-devel' 'liblzma-devel' 'zlib-devel' 'autotools') url="http://www.xmlsoft.org/" source=(http://xmlsoft.org/sources/${pkgbase}-${pkgver}.tar.gz https://www.w3.org/XML/Test/xmlts20130923.tar.gz diff --git a/libxslt/PKGBUILD b/libxslt/PKGBUILD index 9da41470..6a8ed665 100644 --- a/libxslt/PKGBUILD +++ b/libxslt/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="XML stylesheet transformation library" arch=('i686' 'x86_64') url="http://xmlsoft.org/XSLT/" license=('custom') -makedepends=('gcc' 'libxml2-devel' 'libgcrypt-devel') +makedepends=('gcc' 'libxml2-devel' 'libgcrypt-devel' 'autotools') checkdepends=('docbook-xml') options=('!libtool') source=(http://xmlsoft.org/sources/${pkgname}-${pkgver}.tar.gz diff --git a/libyaml/PKGBUILD b/libyaml/PKGBUILD index 67fb3af8..7cd54906 100644 --- a/libyaml/PKGBUILD +++ b/libyaml/PKGBUILD @@ -7,6 +7,7 @@ pkgdesc="YAML 1.1 library" arch=('i686' 'x86_64') url="https://pyyaml.org/wiki/LibYAML" license=('MIT') +makedepends=('autotools') source=(https://pyyaml.org/download/libyaml/yaml-${pkgver}.tar.gz 'yaml-0.1.7-fix-undefined.patch' 'yaml-0.1.7-msys2.patch') diff --git a/lndir/PKGBUILD b/lndir/PKGBUILD index 7efa7975..9ce8164f 100644 --- a/lndir/PKGBUILD +++ b/lndir/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="Create a shadow directory of symbolic links to another directory tree" arch=('i686' 'x86_64') url="https://xorg.freedesktop.org/" license=('custom') -makedepends=('xproto') +makedepends=('xproto' 'autotools') source=(https://xorg.freedesktop.org/archive/individual/util/$pkgname-$pkgver.tar.bz2 0001-msysize.msys.patch) sha256sums=('49f4fab0de8d418db4ce80dad34e9b879a4199f3e554253a8e1ab68f7c7cb65d' diff --git a/luit/PKGBUILD b/luit/PKGBUILD index 7bdf9e69..5933f7cf 100644 --- a/luit/PKGBUILD +++ b/luit/PKGBUILD @@ -10,7 +10,7 @@ license=('MIT') source=(ftp://ftp.invisible-island.net/luit/luit-${pkgver}.tgz luit-20190106-fix-ldflags.patch) depends=('gcc-libs' 'libiconv' 'zlib') -makedepends=('diffutils' 'gcc' 'libiconv-devel' 'make' 'patch' 'zlib-devel') +makedepends=('gcc' 'libiconv-devel' 'patch' 'zlib-devel' 'autotools') sha256sums=('c948da3c8b163e8e8f23cbe1255e7f3fa234c48aaf470b201ce55a3ecb4ad985' 'b2384d6801841d30830354c0806356be993ff86e9c8f1dfdca80a1de011da981') diff --git a/lzip/PKGBUILD b/lzip/PKGBUILD index b34ca150..5e827ee4 100644 --- a/lzip/PKGBUILD +++ b/lzip/PKGBUILD @@ -8,6 +8,7 @@ arch=('i686' 'x86_64') url="https://www.nongnu.org/lzip/lzip.html" license=('GPL3') depends=('gcc-libs') +makedepends=('autotools') install=lzip.install source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) sha256sums=('c3342d42e67139c165b8b128d033b5c96893a13ac5f25933190315214e87a948') diff --git a/lzo2/PKGBUILD b/lzo2/PKGBUILD index 233cc842..6bb1b08f 100644 --- a/lzo2/PKGBUILD +++ b/lzo2/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="Portable lossless data compression library" arch=('i686' 'x86_64') url="https://www.oberhumer.com/opensource/lzo" license=('GPL') -makedepends=('gcc' 'make' 'patch') +makedepends=('gcc' 'patch' 'autotools') groups=('libraries' 'compression') source=(https://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz lzo-2.07-msys2.patch) diff --git a/lzop/PKGBUILD b/lzop/PKGBUILD index bc940cdb..1c7029ee 100644 --- a/lzop/PKGBUILD +++ b/lzop/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') url="https://www.lzop.org/" license=('GPL') groups=('compression') -makedepends=('gcc' 'liblzo2-devel') +makedepends=('gcc' 'liblzo2-devel' 'autotools') depends=('liblzo2') options=() source=("https://www.lzop.org/download/$pkgname-$pkgver.tar.gz") diff --git a/m4/PKGBUILD b/m4/PKGBUILD index d5b750bb..68a3e60f 100644 --- a/m4/PKGBUILD +++ b/m4/PKGBUILD @@ -9,7 +9,7 @@ url="https://www.gnu.org/software/m4" license=('GPL3') groups=('base-devel') depends=('bash' 'gcc-libs' 'libiconv') -makedepends=('libiconv-devel') +makedepends=('libiconv-devel' 'autotools') source=(https://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz{,.sig} '0001-m4-1.4.19-tests-refine-error-messages.patch' '0002-m4-1.4.19-skip-tests-when-temp-directories-cannot-be-generated.patch') diff --git a/make/PKGBUILD b/make/PKGBUILD index 3bd137fe..f15e434f 100644 --- a/make/PKGBUILD +++ b/make/PKGBUILD @@ -10,7 +10,7 @@ url="https://www.gnu.org/software/make" license=('GPL3') groups=('base-devel') depends=('libintl' 'sh') -makedepends=('gettext' 'procps') +makedepends=('gettext' 'procps' 'autotools') install=${pkgname}.install options=() # 'debug' '!strip') source=("https://ftp.gnu.org/gnu/make/${pkgname}-${pkgver}.tar.gz"{,.sig}) diff --git a/man-db/PKGBUILD b/man-db/PKGBUILD index 61b79961..6bb1c017 100644 --- a/man-db/PKGBUILD +++ b/man-db/PKGBUILD @@ -10,7 +10,7 @@ license=('GPL' 'LGPL') groups=('base-devel') depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline' 'less') optdepends=('gzip') -makedepends=('gettext-devel' 'libgdbm-devel' 'libpipeline-devel' 'zlib-devel' 'pkg-config') +makedepends=('gettext-devel' 'libgdbm-devel' 'libpipeline-devel' 'zlib-devel' 'autotools') backup=('etc/man_db.conf') conflicts=('man') provides=('man') diff --git a/midipix-cross-binutils/PKGBUILD b/midipix-cross-binutils/PKGBUILD index 9ffb65b3..518e7131 100644 --- a/midipix-cross-binutils/PKGBUILD +++ b/midipix-cross-binutils/PKGBUILD @@ -12,7 +12,7 @@ license=('GPL') groups=("${_mingw_suff}-toolchain" "${_mingw_suff}") depends=("libiconv" "zlib") checkdepends=('dejagnu' 'bc') -makedepends=("libiconv" "zlib" "make" "patch" "diffutils" "texinfo") +makedepends=("libiconv" "zlib" "patch" "texinfo" 'autotools') options=('staticlibs' '!distcc' '!ccache' '!buildflags') source=("https://mirrors.kernel.org/sources.redhat.com/binutils/snapshots/binutils-${pkgver}.tar.bz2" 'binutils-2.24.51.midipix.patch' diff --git a/mingw-w64-cross-binutils/PKGBUILD b/mingw-w64-cross-binutils/PKGBUILD index 6c879cc2..258911c5 100644 --- a/mingw-w64-cross-binutils/PKGBUILD +++ b/mingw-w64-cross-binutils/PKGBUILD @@ -13,7 +13,7 @@ license=('GPL') groups=("${_mingw_suff}-toolchain" "${_mingw_suff}") depends=("libiconv" "zlib") checkdepends=('dejagnu' 'bc') -makedepends=("libiconv" "zlib") +makedepends=("libiconv" "zlib" 'autotools') options=('staticlibs' '!distcc' '!ccache' '!buildflags') source=(https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz{,.sig} 0001-enable-gold-on.mingw32.patch diff --git a/mingw-w64-cross-clang-crt/PKGBUILD b/mingw-w64-cross-clang-crt/PKGBUILD index 59024dd6..5d44550a 100644 --- a/mingw-w64-cross-clang-crt/PKGBUILD +++ b/mingw-w64-cross-clang-crt/PKGBUILD @@ -12,7 +12,7 @@ url='https://mingw-w64.sourceforge.io/' license=('custom') groups=("${_mingw_suff}-toolchain") depends=("${_mingw_suff}-headers") -makedepends=("git" "clang" "lld") +makedepends=("git" "clang" "lld" 'autotools') options=('!strip' 'staticlibs' '!emptydirs' '!buildflags') _commit='1c773877f4a13c8bd7bfb8da80e1e8761a889f51' source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit") diff --git a/mingw-w64-cross-clang-headers/PKGBUILD b/mingw-w64-cross-clang-headers/PKGBUILD index 61c2822e..d2a56d3a 100644 --- a/mingw-w64-cross-clang-headers/PKGBUILD +++ b/mingw-w64-cross-clang-headers/PKGBUILD @@ -11,7 +11,7 @@ arch=('i686' 'x86_64') url="https://mingw-w64.sourceforge.io/" license=('custom') groups=("${_mingw_suff}-toolchain") -makedepends=('git') +makedepends=('git' 'autotools') options=('!strip' '!libtool' '!emptydirs' '!buildflags') _commit='1c773877f4a13c8bd7bfb8da80e1e8761a889f51' source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit") diff --git a/mingw-w64-cross-crt-git/PKGBUILD b/mingw-w64-cross-crt-git/PKGBUILD index d425c1c3..48abcec1 100644 --- a/mingw-w64-cross-crt-git/PKGBUILD +++ b/mingw-w64-cross-crt-git/PKGBUILD @@ -15,7 +15,7 @@ url='https://mingw-w64.sourceforge.io/' license=('custom') groups=("${_mingw_suff}-toolchain" "${_mingw_suff}") depends=("${_mingw_suff}-headers") -makedepends=("git" "${_mingw_suff}-gcc" "${_mingw_suff}-binutils") +makedepends=("git" "${_mingw_suff}-gcc" "${_mingw_suff}-binutils" 'autotools') options=('!strip' 'staticlibs' '!emptydirs' '!buildflags') _commit='1c773877f4a13c8bd7bfb8da80e1e8761a889f51' source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit") diff --git a/mingw-w64-cross-gcc/PKGBUILD b/mingw-w64-cross-gcc/PKGBUILD index ff433956..9e786c62 100644 --- a/mingw-w64-cross-gcc/PKGBUILD +++ b/mingw-w64-cross-gcc/PKGBUILD @@ -16,7 +16,7 @@ depends=("zlib" "mpc" "isl" "${_mingw_suff}-headers" "${_mingw_suff}-winpthreads" "${_mingw_suff}-windows-default-manifest") -makedepends=("gcc" 'lndir' "gmp-devel" "mpc-devel" "zlib-devel" "isl-devel") +makedepends=("gcc" 'lndir' "gmp-devel" "mpc-devel" "zlib-devel" "isl-devel" 'autotools') #checkdepends=('dejagnu') options=('!strip' 'staticlibs' '!emptydirs' '!buildflags') source=(https://ftp.gnu.org/gnu/gcc/gcc-${pkgver}/gcc-${pkgver}.tar.gz diff --git a/mingw-w64-cross-headers-git/PKGBUILD b/mingw-w64-cross-headers-git/PKGBUILD index f5e88d65..14657c5c 100644 --- a/mingw-w64-cross-headers-git/PKGBUILD +++ b/mingw-w64-cross-headers-git/PKGBUILD @@ -14,7 +14,7 @@ arch=('i686' 'x86_64') url="https://mingw-w64.sourceforge.io/" license=('custom') groups=("${_mingw_suff}-toolchain" "${_mingw_suff}") -makedepends=('git') +makedepends=('git' 'autotools') options=('!strip' '!libtool' '!emptydirs' '!buildflags') _commit='1c773877f4a13c8bd7bfb8da80e1e8761a889f51' source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit") diff --git a/mingw-w64-cross-tools-git/PKGBUILD b/mingw-w64-cross-tools-git/PKGBUILD index 330c29fc..6ae10807 100644 --- a/mingw-w64-cross-tools-git/PKGBUILD +++ b/mingw-w64-cross-tools-git/PKGBUILD @@ -14,7 +14,7 @@ arch=('i686' 'x86_64') url="https://mingw-w64.sourceforge.io/" license=('custom') groups=("${_mingw_suff}-toolchain" "${_mingw_suff}") -makedepends=('git') +makedepends=('git' 'autotools') options=('!strip' '!libtool' '!emptydirs' '!buildflags') _commit='1c773877f4a13c8bd7bfb8da80e1e8761a889f51' source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit") diff --git a/mingw-w64-cross-ucrt-crt/PKGBUILD b/mingw-w64-cross-ucrt-crt/PKGBUILD index d458e299..b017538e 100644 --- a/mingw-w64-cross-ucrt-crt/PKGBUILD +++ b/mingw-w64-cross-ucrt-crt/PKGBUILD @@ -12,7 +12,7 @@ url='https://mingw-w64.sourceforge.io/' license=('custom') groups=("${_mingw_suff}-toolchain") depends=("${_mingw_suff}-headers") -makedepends=("git" "mingw-w64-cross-gcc" "mingw-w64-cross-binutils") +makedepends=("git" "mingw-w64-cross-gcc" "mingw-w64-cross-binutils" 'autotools') options=('!strip' 'staticlibs' '!emptydirs' '!buildflags') _commit='1c773877f4a13c8bd7bfb8da80e1e8761a889f51' source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit") diff --git a/mingw-w64-cross-ucrt-headers/PKGBUILD b/mingw-w64-cross-ucrt-headers/PKGBUILD index 288a3078..85da4c59 100644 --- a/mingw-w64-cross-ucrt-headers/PKGBUILD +++ b/mingw-w64-cross-ucrt-headers/PKGBUILD @@ -11,7 +11,7 @@ arch=('i686' 'x86_64') url="https://mingw-w64.sourceforge.io/" license=('custom') groups=("${_mingw_suff}-toolchain") -makedepends=('git') +makedepends=('git' 'autotools') options=('!strip' '!libtool' '!emptydirs' '!buildflags') _commit='1c773877f4a13c8bd7bfb8da80e1e8761a889f51' source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit") diff --git a/mingw-w64-cross-windows-default-manifest/PKGBUILD b/mingw-w64-cross-windows-default-manifest/PKGBUILD index 48b8604c..9de4edff 100644 --- a/mingw-w64-cross-windows-default-manifest/PKGBUILD +++ b/mingw-w64-cross-windows-default-manifest/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc='Default Windows application manifest' url='https://cygwin.com/' arch=('i686' 'x86_64') license=('BSD') -makedepends=('git' 'mingw-w64-cross-gcc' 'mingw-w64-cross-binutils') +makedepends=('git' 'mingw-w64-cross-gcc' 'mingw-w64-cross-binutils' 'autotools') _GIT_TAG="release-6_4" source=("git://sourceware.org/git/cygwin-apps/${_realname}.git#tag=${_GIT_TAG}" 001-msysize.patch) diff --git a/mingw-w64-cross-winpthreads-git/PKGBUILD b/mingw-w64-cross-winpthreads-git/PKGBUILD index e994b918..20ab5c0f 100644 --- a/mingw-w64-cross-winpthreads-git/PKGBUILD +++ b/mingw-w64-cross-winpthreads-git/PKGBUILD @@ -13,7 +13,7 @@ arch=('i686' 'x86_64') url="https://mingw-w64.sourceforge.io/" license=('custom') groups=("${_mingw_suff}-toolchain" "${_mingw_suff}") -makedepends=("git" "${_mingw_suff}-gcc" "${_mingw_suff}-binutils" "${_mingw_suff}-crt" "${_mingw_suff}-headers") +makedepends=("git" "${_mingw_suff}-gcc" "${_mingw_suff}-binutils" "${_mingw_suff}-crt" "${_mingw_suff}-headers" 'autotools') depends=("${_mingw_suff}-crt") optdepends=() backup=() diff --git a/mingw-w64-cross-winstorecompat-git/PKGBUILD b/mingw-w64-cross-winstorecompat-git/PKGBUILD index 68012647..ebdad56b 100644 --- a/mingw-w64-cross-winstorecompat-git/PKGBUILD +++ b/mingw-w64-cross-winstorecompat-git/PKGBUILD @@ -13,7 +13,7 @@ arch=('i686' 'x86_64') url="https://mingw-w64.sourceforge.io/" license=('custom') groups=("${_mingw_suff}-toolchain" "${_mingw_suff}") -makedepends=("git" "${_mingw_suff}-gcc" "${_mingw_suff}-binutils" "${_mingw_suff}-crt" "${_mingw_suff}-headers") +makedepends=("git" "${_mingw_suff}-gcc" "${_mingw_suff}-binutils" "${_mingw_suff}-crt" "${_mingw_suff}-headers" 'autotools') depends=("${_mingw_suff}-crt") optdepends=() backup=() diff --git a/mingw-w64-cross-zlib/PKGBUILD b/mingw-w64-cross-zlib/PKGBUILD index ce708a78..b0f131ff 100644 --- a/mingw-w64-cross-zlib/PKGBUILD +++ b/mingw-w64-cross-zlib/PKGBUILD @@ -11,7 +11,7 @@ url="https://mingw-w64.sourceforge.io/" license=('custom') groups=("${_mingw_suff}-toolchain" "${_mingw_suff}") depends=() -makedepends=("${_mingw_suff}-gcc") +makedepends=("${_mingw_suff}-gcc" 'autotools') options=('staticlibs' '!strip' '!libtool' '!emptydirs' '!buildflags') source=("https://zlib.net/current/${_realname}-${pkgver}.tar.gz" 01-zlib-1.2.11-1-buildsys.mingw.patch diff --git a/mosh/PKGBUILD b/mosh/PKGBUILD index c7a0f1bf..e540d313 100644 --- a/mosh/PKGBUILD +++ b/mosh/PKGBUILD @@ -9,7 +9,7 @@ url='https://mosh.mit.edu/' groups=('net-utils') license=('GPL3') depends=('protobuf' 'ncurses' 'zlib' 'libopenssl' 'openssh' 'perl') -makedepends=('protobuf-devel' 'ncurses-devel' 'zlib-devel' 'openssl-devel' 'bash-completion') +makedepends=('protobuf-devel' 'ncurses-devel' 'zlib-devel' 'openssl-devel' 'bash-completion' 'autotools') source=("https://${pkgname}.mit.edu/${pkgname}-${pkgver}.tar.gz") sha256sums=('da600573dfa827d88ce114e0fed30210689381bbdcff543c931e4d6a2e851216') options=(!emptydirs) diff --git a/mpc/PKGBUILD b/mpc/PKGBUILD index 2a951872..16cbdb81 100644 --- a/mpc/PKGBUILD +++ b/mpc/PKGBUILD @@ -9,7 +9,7 @@ url='http://www.multiprecision.org' license=('LGPL') arch=('i686' 'x86_64') depends=('gmp>=5.0' 'mpfr') -makedepends=('gmp-devel' 'mpfr-devel') +makedepends=('gmp-devel' 'mpfr-devel' 'autotools') install=mpc.install options=('!emptydirs') source=(https://ftp.gnu.org/gnu/mpc/mpc-${pkgver}.tar.gz{,.sig} diff --git a/mpdecimal/PKGBUILD b/mpdecimal/PKGBUILD index a58ffc80..a52b4d93 100644 --- a/mpdecimal/PKGBUILD +++ b/mpdecimal/PKGBUILD @@ -9,6 +9,7 @@ arch=('i686' 'x86_64') url="https://www.bytereef.org/mpdecimal/index.html" license=('custom') depends=('gcc-libs') +makedepends=('autotools') checkdepends=('wget') source=("http://www.bytereef.org/software/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz" "mpdecimal-2.5.0-msys-mingw.patch") diff --git a/mpfr/PKGBUILD b/mpfr/PKGBUILD index 68b04a1c..f571f9a9 100644 --- a/mpfr/PKGBUILD +++ b/mpfr/PKGBUILD @@ -14,7 +14,7 @@ arch=('i686' 'x86_64') url="https://www.mpfr.org/" license=('LGPL') depends=('gmp>=5.0') -makedepends=('gmp-devel>=5.0') +makedepends=('gmp-devel>=5.0' 'autotools') source=(https://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc} mpfr-4.1.0-msysize.patch mpfr-4.0.0-add-ax_thread_m4.patch) diff --git a/msys2-runtime/PKGBUILD b/msys2-runtime/PKGBUILD index 4a1ce236..c869881f 100644 --- a/msys2-runtime/PKGBUILD +++ b/msys2-runtime/PKGBUILD @@ -13,14 +13,13 @@ makedepends=('cocom' 'git' 'perl' 'gcc' - 'make' 'mingw-w64-cross-crt-git' 'mingw-w64-cross-gcc' 'mingw-w64-cross-zlib' 'zlib-devel' 'gettext-devel' 'libiconv-devel' - 'diffutils') + 'autotools') # re zipman: https://github.com/msys2/MSYS2-packages/pull/2687#issuecomment-965714874 options=('!zipman') source=('msys2-runtime'::git://sourceware.org/git/newlib-cygwin.git#tag=cygwin-${pkgver//./_}-release diff --git a/msys2-w32api-headers/PKGBUILD b/msys2-w32api-headers/PKGBUILD index d593bffe..acca9cc5 100644 --- a/msys2-w32api-headers/PKGBUILD +++ b/msys2-w32api-headers/PKGBUILD @@ -9,7 +9,7 @@ url="https://mingw-w64.sourceforge.io/" license=('custom') groups=('msys2-devel') depends=() -makedepends=('git' 'mingw-w64-cross-gcc') +makedepends=('git' 'mingw-w64-cross-gcc' 'autotools') options=('staticlibs' '!buildflags') _commit='1c773877f4a13c8bd7bfb8da80e1e8761a889f51' source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit") diff --git a/msys2-w32api-runtime/PKGBUILD b/msys2-w32api-runtime/PKGBUILD index ceb2ffbd..38c0d3c9 100644 --- a/msys2-w32api-runtime/PKGBUILD +++ b/msys2-w32api-runtime/PKGBUILD @@ -10,7 +10,7 @@ license=('custom') groups=('msys2-devel') depends=('msys2-w32api-headers') options=('staticlibs' '!strip' '!buildflags') -makedepends=('git' 'mingw-w64-cross-gcc') +makedepends=('git' 'mingw-w64-cross-gcc' 'autotools') _commit='1c773877f4a13c8bd7bfb8da80e1e8761a889f51' source=('mingw-w64'::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit") sha256sums=('SKIP') diff --git a/mutt/PKGBUILD b/mutt/PKGBUILD index dd0aa8a0..02cfd638 100644 --- a/mutt/PKGBUILD +++ b/mutt/PKGBUILD @@ -20,6 +20,7 @@ makedepends=('docbook-xml' 'libsasl-devel' 'libsqlite-devel' 'ncurses-devel' + 'autotools' 'zlib-devel') source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc}) sha256sums=('ef759cc94b921b099a3ee88085d384fd3564c97f511e907bc83cf9812dd5e47c' diff --git a/nano/PKGBUILD b/nano/PKGBUILD index 965ed591..96bdd461 100644 --- a/nano/PKGBUILD +++ b/nano/PKGBUILD @@ -9,8 +9,7 @@ license=('GPL') url="https://www.nano-editor.org" groups=('editors') depends=('file' 'libintl' 'ncurses' 'sh') -makedepends=('make' - 'automake-wrapper' +makedepends=('autotools' 'ncurses-devel' 'libiconv-devel' 'gettext-devel') diff --git a/nasm/PKGBUILD b/nasm/PKGBUILD index dfaed5c9..eabd3d2b 100644 --- a/nasm/PKGBUILD +++ b/nasm/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="An 80x86 assembler designed for portability and modularity" arch=('i686' 'x86_64') url="https://www.nasm.us/" license=('BSD') -makedepends=('perl-Font-TTF' 'perl-Sort-Versions') +makedepends=('perl-Font-TTF' 'perl-Sort-Versions' 'autotools') source=("https://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.xz") sha256sums=('3caf6729c1073bf96629b57cee31eeb54f4f8129b01902c73428836550b30a3f') diff --git a/ncdu/PKGBUILD b/ncdu/PKGBUILD index c59fd49c..28e191d9 100644 --- a/ncdu/PKGBUILD +++ b/ncdu/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') url="https://dev.yorhel.nl/ncdu" license=('custom:MIT') depends=('ncurses') -makedepends=('ncurses-devel') +makedepends=('ncurses-devel' 'autotools') source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc}) sha256sums=('2b915752a183fae014b5e5b1f0a135b4b408de7488c716e325217c2513980fd4' 'SKIP') diff --git a/ncurses/PKGBUILD b/ncurses/PKGBUILD index 1e2b7561..09ffa941 100644 --- a/ncurses/PKGBUILD +++ b/ncurses/PKGBUILD @@ -11,6 +11,7 @@ pkgdesc="System V Release 4.0 curses emulation library" arch=('i686' 'x86_64') url="https://www.gnu.org/software/ncurses/" license=('MIT') +makedepends=('autotools') source=(#"${pkgbase}-${pkgver}.tar.gz"::"https://invisible-mirror.net/archives/ncurses/current/${pkgbase}-${_basever}-${_date}.tgz" https://ftp.gnu.org/pub/gnu/ncurses/ncurses-${pkgver}.tar.gz{,.sig}) sha256sums=('30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d' diff --git a/neon/PKGBUILD b/neon/PKGBUILD index 047c458b..f14c17fe 100644 --- a/neon/PKGBUILD +++ b/neon/PKGBUILD @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="https://notroj.github.io/neon/" license=('GPL' 'LGPL') depends=('libexpat' 'openssl' 'ca-certificates') -makedepends=('libexpat-devel' 'openssl-devel') +makedepends=('libexpat-devel' 'openssl-devel' 'autotools') options=('libtool') # FS#16067 source=(https://notroj.github.io/neon/${pkgbase}-${pkgver}.tar.gz neon-0.30.2-msys2.patch) diff --git a/nettle/PKGBUILD b/nettle/PKGBUILD index 006da215..ed1d03f1 100644 --- a/nettle/PKGBUILD +++ b/nettle/PKGBUILD @@ -9,7 +9,7 @@ url="https://www.lysator.liu.se/~nisse/nettle/" license=('GPL2') groups=('net-utils') depends=('gmp') -makedepends=('gmp-devel') +makedepends=('gmp-devel' 'autotools') source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig} nettle-2.6-msys2.patch 3.2-dlopen-test-msys-test.patch) diff --git a/nghttp2/PKGBUILD b/nghttp2/PKGBUILD index dec9db16..fc12fc57 100644 --- a/nghttp2/PKGBUILD +++ b/nghttp2/PKGBUILD @@ -14,7 +14,7 @@ depends=("jansson" "openssl" "libcares" "gcc-libs") -makedepends=('jansson-devel' 'libevent-devel' 'openssl-devel' 'libcares-devel' 'zlib-devel') +makedepends=('jansson-devel' 'libevent-devel' 'openssl-devel' 'libcares-devel' 'zlib-devel' 'autotools') license=(MIT) source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-${pkgver}.tar.xz nghttp2-1.24.0-msys2.patch) diff --git a/npth/PKGBUILD b/npth/PKGBUILD index 33b850f6..dd1a8f48 100644 --- a/npth/PKGBUILD +++ b/npth/PKGBUILD @@ -9,6 +9,7 @@ arch=('i686' 'x86_64') url="https://gnupg.org/" license=('LGPL') depends=('gcc-libs') +makedepends=('autotools') options=('!libtool' '!emptydirs') validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') source=(https://gnupg.org/ftp/gcrypt/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2{,.sig} diff --git a/openssh/PKGBUILD b/openssh/PKGBUILD index f6119abd..cb085dfe 100644 --- a/openssh/PKGBUILD +++ b/openssh/PKGBUILD @@ -9,7 +9,7 @@ license=('custom:BSD') arch=('i686' 'x86_64') groups=('net-utils') depends=('heimdal' 'libedit' 'libcrypt' 'openssl') -makedepends=('heimdal-devel' 'libedit-devel' 'libcrypt-devel' 'openssl-devel') +makedepends=('heimdal-devel' 'libedit-devel' 'libcrypt-devel' 'openssl-devel' 'autotools') source=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc} openssh-7.3p1-msys2.patch openssh-7.3p1-msys2-setkey.patch diff --git a/pacman-contrib/PKGBUILD b/pacman-contrib/PKGBUILD index a4086165..5d3af811 100644 --- a/pacman-contrib/PKGBUILD +++ b/pacman-contrib/PKGBUILD @@ -14,12 +14,10 @@ depends=('perl' 'bash') optdepends=('vim') makedepends=('asciidoc' - 'autoconf' - 'automake-wrapper' - 'libtool' 'libarchive-devel' 'libcurl-devel' 'libgpgme-devel' + 'autotools' ) source=(https://git.archlinux.org/pacman-contrib.git/snapshot/${pkgname}-${pkgver}.tar.gz "0100-contrib.patch" diff --git a/patchutils/PKGBUILD b/patchutils/PKGBUILD index 8fd1f261..13b6b00c 100644 --- a/patchutils/PKGBUILD +++ b/patchutils/PKGBUILD @@ -11,7 +11,7 @@ groups=('base-devel') source=(http://cyberelk.net/tim/data/patchutils/stable/${pkgname}-${pkgver}.tar.xz) sha256sums=('8875b0965fe33de62b890f6cd793be7fafe41a4e552edbf641f1fed5ebbf45ed') depends=('pcre2') -makedepends=('pcre2-devel') +makedepends=('pcre2-devel' 'autotools') prepare() { cd ${srcdir}/${pkgname}-${pkgver} diff --git a/pcre/PKGBUILD b/pcre/PKGBUILD index f66c3509..26eeed84 100644 --- a/pcre/PKGBUILD +++ b/pcre/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="A library that implements Perl 5-style regular expressions" arch=('i686' 'x86_64') url="https://www.pcre.org/" license=('BSD') -makedepends=('libreadline-devel' 'libbz2-devel' 'zlib-devel') +makedepends=('libreadline-devel' 'libbz2-devel' 'zlib-devel' 'autotools') source=(https://ftp.pcre.org/pub/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig} pcre-8.33-msys2-fix-ln.patch pcre-8.33-msys2.patch) diff --git a/pcre2/PKGBUILD b/pcre2/PKGBUILD index 65c6b9b2..31029484 100644 --- a/pcre2/PKGBUILD +++ b/pcre2/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="A library that implements Perl 5-style regular expressions" arch=('i686' 'x86_64') url="https://www.pcre.org/" license=('BSD') -makedepends=('libreadline-devel' 'libbz2-devel' 'zlib-devel') +makedepends=('libreadline-devel' 'libbz2-devel' 'zlib-devel' 'autotools') source=(https://ftp.pcre.org/pub/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig} pcre2-10.31-msys2.patch) sha256sums=('4d95a96e8b80529893b4562be12648d798b957b1ba1aae39606bbc2ab956d270' diff --git a/pinentry/PKGBUILD b/pinentry/PKGBUILD index 316971c5..5ae81857 100644 --- a/pinentry/PKGBUILD +++ b/pinentry/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc='A collection of simple PIN or passphrase entry dialogs which utilize th url='https://gnupg.org/related_software/pinentry/' license=('GPL') arch=('i686' 'x86_64') -makedepends=('ncurses-devel' 'libassuan-devel' 'libgpg-error-devel') +makedepends=('ncurses-devel' 'libassuan-devel' 'libgpg-error-devel' 'autotools') depends=('ncurses' 'libassuan' 'libgpg-error') source=(https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig} pinentry-0.9.1-msysize.patch diff --git a/pkg-config/PKGBUILD b/pkg-config/PKGBUILD index 9df7e345..34af129a 100644 --- a/pkg-config/PKGBUILD +++ b/pkg-config/PKGBUILD @@ -8,6 +8,7 @@ arch=('i686' 'x86_64') url="https://www.freedesktop.org/wiki/Software/pkg-config/" license=('GPL') depends=('libiconv') +makedepends=('autotools') source=(https://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz glib-cygwin.patch pkg-config-0.28-msys2.patch diff --git a/popt/PKGBUILD b/popt/PKGBUILD index 96fc8596..1b28add4 100644 --- a/popt/PKGBUILD +++ b/popt/PKGBUILD @@ -10,7 +10,7 @@ license=('custom') makedepends=('gcc' 'gettext-devel' 'libiconv-devel' - 'make') + 'autotools') #options=('debug' '!strip') source=(http://ftp.rpm.org/popt/releases/popt-1.x/${pkgname}-${pkgver}.tar.gz 1.18-cygwin.patch diff --git a/procps-ng/PKGBUILD b/procps-ng/PKGBUILD index 826b098c..375ffac0 100644 --- a/procps-ng/PKGBUILD +++ b/procps-ng/PKGBUILD @@ -7,7 +7,7 @@ url='https://gitlab.com/procps-ng/procps' license=('GPL' 'LGPL') groups=('sys-utils') depends=('ncurses') -makedepends=('ncurses-devel') +makedepends=('ncurses-devel' 'autotools') options=('!emptydirs' 'strip') conflicts=('procps') provides=('procps') diff --git a/protobuf/PKGBUILD b/protobuf/PKGBUILD index 580636cd..3b0f53ef 100644 --- a/protobuf/PKGBUILD +++ b/protobuf/PKGBUILD @@ -10,7 +10,7 @@ url='https://developers.google.com/protocol-buffers/' groups=('libraries') license=('BSD') depends=('gcc-libs' 'zlib') -makedepends=('zlib-devel') +makedepends=('zlib-devel' 'autotools') source=(protobuf-${pkgver}.tar.gz::https://github.com/protocolbuffers/protobuf/archive/v${pkgver}.tar.gz) sha256sums=('7892a35d979304a404400a101c46ce90e85ec9e2a766a86041bb361f626247f5') noextract=("protobuf-${pkgver}.tar.gz") diff --git a/psmisc/PKGBUILD b/psmisc/PKGBUILD index d284792d..04c10823 100644 --- a/psmisc/PKGBUILD +++ b/psmisc/PKGBUILD @@ -9,7 +9,7 @@ url="https://gitlab.com/psmisc/psmisc" license=('GPL') groups=('sys-utils') depends=('gcc-libs' 'ncurses' 'libiconv' 'libintl') -makedepends=('gcc' 'ncurses-devel' 'libiconv-devel' 'gettext-devel') +makedepends=('gcc' 'ncurses-devel' 'libiconv-devel' 'gettext-devel' 'autotools') source=(${pkgname}-${pkgver}.tar.gz::https://gitlab.com/psmisc/psmisc/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz) sha256sums=('3b8ea0262d4c56578f13a1b930cda5721e1137d4e59c8afcc2832a31b85f2682') diff --git a/pv/PKGBUILD b/pv/PKGBUILD index c144f962..e85c81fb 100644 --- a/pv/PKGBUILD +++ b/pv/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') url="https://www.ivarch.com/programs/pv.shtml" license=('Artistic License 2.0') depends=() -builddepends=() +makedepends=('autotools') source=(https://www.ivarch.com/programs/sources/pv-${pkgver}.tar.gz) sha256sums=('b5f1ee79a370c5287e092b6e8f1084f026521fe0aecf25c44b9460b870319a9e') diff --git a/pwgen/PKGBUILD b/pwgen/PKGBUILD index 0a1776a6..eab98ab3 100644 --- a/pwgen/PKGBUILD +++ b/pwgen/PKGBUILD @@ -7,6 +7,7 @@ pkgdesc='Password generator for creating easily memorable passwords' arch=('x86_64' 'i686') url='https://sourceforge.net/projects/pwgen/' license=('GPL') +makedepends=('autotools') source=("https://downloads.sourceforge.net/sourceforge/pwgen/$pkgname-$pkgver.tar.gz") sha256sums=('dab03dd30ad5a58e578c5581241a6e87e184a18eb2c3b2e0fffa8a9cf105c97b') diff --git a/python/PKGBUILD b/python/PKGBUILD index 2995d6f1..fb327bd5 100644 --- a/python/PKGBUILD +++ b/python/PKGBUILD @@ -22,6 +22,7 @@ makedepends=( 'liblzma-devel' 'openssl-devel' 'zlib-devel' + 'autotools' 'autoconf-archive' ) source=(https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz diff --git a/quilt/PKGBUILD b/quilt/PKGBUILD index 19f52992..b0a98353 100644 --- a/quilt/PKGBUILD +++ b/quilt/PKGBUILD @@ -6,6 +6,7 @@ pkgrel=2 pkgdesc='Manage large numbers of patches' url='https://savannah.nongnu.org/projects/quilt' groups=('base-devel') +makedepends=('autotools') license=('GPL2+') arch=('any') diff --git a/rarian/PKGBUILD b/rarian/PKGBUILD index c8c7c465..30c1552f 100644 --- a/rarian/PKGBUILD +++ b/rarian/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') url="https://rarian.freedesktop.org/" license=('GPL') depends=('gcc-libs') -makedepends=('libxslt') +makedepends=('libxslt' 'autotools') source=(https://download.gnome.org/sources/${pkgname}/0.8/${pkgname}-${pkgver}.tar.bz2 user-segfault.patch msysize.patch diff --git a/rcs/PKGBUILD b/rcs/PKGBUILD index 674ed920..fb834474 100644 --- a/rcs/PKGBUILD +++ b/rcs/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc='Revision Control System: manages multiple revisions of files' url='https://www.gnu.org/software/rcs/' license=('GPL3') arch=('i686' 'x86_64') -makedepends=('groff' 'ed') +makedepends=('groff' 'ed' 'autotools') source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz" rcs-5.10.0-msysize.patch) sha256sums=('3a0d9f958c7ad303e475e8634654974edbe6deb3a454491f3857dc1889bac5c5' diff --git a/readline/PKGBUILD b/readline/PKGBUILD index fee6e28e..773ba1ab 100644 --- a/readline/PKGBUILD +++ b/readline/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc="GNU readline library" arch=('i686' 'x86_64') url="https://tiswww.case.edu/php/chet/readline/rltop.html" license=('GPL') -makedepends=('ncurses-devel') +makedepends=('ncurses-devel' 'autotools') #backup=('etc/inputrc') options=('!emptydirs') source=(https://ftp.gnu.org/gnu/readline/readline-${_basever}.tar.gz{,.sig} diff --git a/rebase/PKGBUILD b/rebase/PKGBUILD index f75d1758..19480d9b 100644 --- a/rebase/PKGBUILD +++ b/rebase/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') license=('custom') url="https://www.cygwin.com/" depends=('dash') -makedepends=('coreutils' 'git' 'grep' 'gzip' 'sed') +makedepends=('coreutils' 'git' 'grep' 'gzip' 'sed' 'autotools') # options=('debug' '!strip') source=(${pkgname}-${pkgver}::git://sourceware.org/git/cygwin-apps/rebase.git#tag=${pkgname}-${pkgver//./-} '001-rebase-4.4.1-msys2.patch' diff --git a/remake/PKGBUILD b/remake/PKGBUILD index 87fc3aea..085540b2 100644 --- a/remake/PKGBUILD +++ b/remake/PKGBUILD @@ -17,6 +17,7 @@ makedepends=('gettext' 'gettext-devel' 'git' 'wget' + 'autotools' 'libreadline-devel') source=("https://sourceforge.net/projects/bashdb/files/remake/4.3%2B${_remakever}/remake-4.3%2B${_remakever}.tar.gz") sha256sums=('2e6eb709f3e6b85893f14f15e34b4c9b754aceaef0b92bb6ca3a025f10119d76') diff --git a/rhash/PKGBUILD b/rhash/PKGBUILD index 74e17fdf..b54534d2 100644 --- a/rhash/PKGBUILD +++ b/rhash/PKGBUILD @@ -12,7 +12,7 @@ source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/rhash/RHash/archive/v${p ${pkgbase}-${pkgver}.tar.gz.asc::https://github.com/rhash/RHash/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc 1.4.0_rhash-CYGWIN.patch 002-no-dynamicbase.patch) -makedepends=('openssl-devel') +makedepends=('openssl-devel' 'autotools') sha256sums=('600d00f5f91ef04194d50903d3c79412099328c42f28ff43a0bdb777b00bec62' 'SKIP' '08f647635f5c2519ba2f9b64165690eb31a49bdd43a0986b0a5cf3970d1b9de5' diff --git a/rlwrap/PKGBUILD b/rlwrap/PKGBUILD index cacebe4b..0aa7dad3 100644 --- a/rlwrap/PKGBUILD +++ b/rlwrap/PKGBUILD @@ -10,7 +10,7 @@ groups=('utilities') license=('GPL') url='https://github.com/hanslub42/rlwrap' depends=('libreadline') -makedepends=('gcc' 'make' 'libreadline-devel') +makedepends=('gcc' 'libreadline-devel' 'autotools') install=rlwrap.install source=("https://github.com/hanslub42/rlwrap/releases/download/v${pkgver}/rlwrap-${pkgver}.tar.gz") sha256sums=('8e86d0b7882d9b8a73d229897a90edc207b1ae7fa0899dca8ee01c31a93feb2f') diff --git a/rpcsvc-proto/PKGBUILD b/rpcsvc-proto/PKGBUILD index 5efde71a..25b095ce 100644 --- a/rpcsvc-proto/PKGBUILD +++ b/rpcsvc-proto/PKGBUILD @@ -7,6 +7,7 @@ pkgdesc="rpcsvc protocol definitions from glibc." arch=('i686' 'x86_64') url="https://github.com/thkukuk/rpcsvc-proto" license=('BSD') +makedepends=('autotools') source=("${pkgname}-${pkgver}.tar.gz"::"${url}/archive/v${pkgver}.tar.gz") sha512sums=('6769f9439e3f187eebdeef4ee8d54f8a6fee6f410e3137d0c1b26e61b705873932890856faff55b68c39aa702e456b36fe9410b85baf1ef9b20ee97f2158971a') diff --git a/rsync/PKGBUILD b/rsync/PKGBUILD index 1ab3393e..8a6bfe33 100644 --- a/rsync/PKGBUILD +++ b/rsync/PKGBUILD @@ -9,7 +9,7 @@ url="https://rsync.samba.org" groups=('net-utils') license=('GPL3') depends=('perl' 'libiconv' 'liblz4' 'libopenssl' 'libxxhash' 'libzstd') -makedepends=('libiconv-devel' 'liblz4-devel' 'libxxhash-devel' 'libzstd-devel' 'openssl-devel') +makedepends=('libiconv-devel' 'liblz4-devel' 'libxxhash-devel' 'libzstd-devel' 'openssl-devel' 'autotools') conflicts=('rsync2') replaces=('rsync2') source=("https://download.samba.org/pub/rsync/src/${pkgname}-${pkgver}.tar.gz" diff --git a/ruby/PKGBUILD b/ruby/PKGBUILD index cdd3b320..dc7e3fc2 100644 --- a/ruby/PKGBUILD +++ b/ruby/PKGBUILD @@ -6,7 +6,7 @@ pkgrel=1 arch=('i686' 'x86_64') url='https://www.ruby-lang.org/en/' license=('BSD' 'custom') -makedepends=('openssl-devel' 'libffi-devel' 'doxygen' 'libcrypt-devel' 'gmp-devel' 'libyaml-devel' 'libgdbm-devel' 'libiconv-devel' 'libreadline-devel' 'zlib-devel') +makedepends=('openssl-devel' 'libffi-devel' 'doxygen' 'libcrypt-devel' 'gmp-devel' 'libyaml-devel' 'libgdbm-devel' 'libiconv-devel' 'libreadline-devel' 'zlib-devel' 'autotools') options=('!emptydirs' '!makeflags' 'staticlibs') #libffi patch should be included because fiddle might contain the bundled version. source=(https://cache.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2 diff --git a/sed/PKGBUILD b/sed/PKGBUILD index 31e7e948..5616b3b6 100644 --- a/sed/PKGBUILD +++ b/sed/PKGBUILD @@ -9,7 +9,7 @@ url="https://www.gnu.org/software/sed" license=('GPL3') groups=('base-devel') depends=('libintl' 'sh') -makedepends=('gettext' 'gettext-devel') +makedepends=('gettext' 'gettext-devel' 'autotools') install=sed.install source=(https://ftp.gnu.org/pub/gnu/sed/${pkgname}-${pkgver}.tar.xz{,.sig} sed-4.4-1.src.patch diff --git a/sgml-common/PKGBUILD b/sgml-common/PKGBUILD index 88286ba0..d51d0bfe 100644 --- a/sgml-common/PKGBUILD +++ b/sgml-common/PKGBUILD @@ -10,6 +10,7 @@ url='https://www.docbook.org/xml/' license=('GPL') install='sgml-common.install' depends=('sh') +makedepends=('autotools') source=("https://ftp.osuosl.org/pub/blfs/conglomeration/sgml-common/sgml-common-${pkgver}.tgz" 'sgml-common-0.6.3-manpage-1.patch') noextract=("sgml-common-${pkgver}.tgz") diff --git a/sharutils/PKGBUILD b/sharutils/PKGBUILD index 396273d1..7733721a 100644 --- a/sharutils/PKGBUILD +++ b/sharutils/PKGBUILD @@ -11,7 +11,7 @@ pkgrel=1 install=install depends=(perl gettext texinfo) -makedepends=(gcc gettext-devel) +makedepends=(gcc gettext-devel 'autotools') source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz") sha256sums=('2b05cff7de5d7b646dc1669bc36c35fdac02ac6ae4b6c19cb3340d87ec553a9a') diff --git a/socat/PKGBUILD b/socat/PKGBUILD index a8e3804e..cad797ee 100644 --- a/socat/PKGBUILD +++ b/socat/PKGBUILD @@ -11,7 +11,7 @@ url='http://www.dest-unreach.org/socat/' license=('GPL2') arch=('i686' 'x86_64') depends=('libreadline' 'openssl') -makedepends=('libreadline-devel' 'tar') +makedepends=('libreadline-devel' 'tar' 'autotools') source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz") sha256sums=('0c7e635070af1b9037fd96869fc45eacf9845cb54547681de9d885044538736d') noextract=("${pkgname}-${pkgver}.tar.gz") diff --git a/sqlite/PKGBUILD b/sqlite/PKGBUILD index f88cdc41..248f9960 100644 --- a/sqlite/PKGBUILD +++ b/sqlite/PKGBUILD @@ -15,7 +15,7 @@ arch=('i686' 'x86_64') license=(PublicDomain) url="https://www.sqlite.org/" depends=('libreadline' 'zlib' 'tcl') -makedepends=('libreadline-devel' 'icu-devel' 'zlib-devel') +makedepends=('libreadline-devel' 'icu-devel' 'zlib-devel' 'autotools') source=(https://www.sqlite.org/${_sqlite_year}/sqlite-src-${_amalgamationver}.zip https://www.sqlite.org/${_sqlite_year}/sqlite-doc-${_amalgamationver}.zip LICENSE diff --git a/sshpass/PKGBUILD b/sshpass/PKGBUILD index f07b6197..26616bbb 100644 --- a/sshpass/PKGBUILD +++ b/sshpass/PKGBUILD @@ -9,6 +9,7 @@ url='https://sourceforge.net/projects/sshpass/' groups=('net-utils') license=('GPL') depends=('openssh') +makedepends=('autotools') source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") sha256sums=('71746e5e057ffe9b00b44ac40453bf47091930cba96bbea8dc48717dedc49fb7') diff --git a/stow/PKGBUILD b/stow/PKGBUILD index 05375593..f7086c97 100644 --- a/stow/PKGBUILD +++ b/stow/PKGBUILD @@ -8,7 +8,7 @@ arch=("any") license=("GPL") url="https://ftp.gnu.org/gnu/stow/" depends=("perl") -makedepends=("make") +makedepends=('autotools') source=("${pkgname}-${pkgver}.tar.gz::${url}/${pkgname}-${pkgver}.tar.gz") sha256sums=('09d5d99671b78537fd9b2c0b39a5e9761a7a0e979f6fdb7eabfa58ee45f03d4b') diff --git a/subversion/PKGBUILD b/subversion/PKGBUILD index a0bd1526..094ba911 100644 --- a/subversion/PKGBUILD +++ b/subversion/PKGBUILD @@ -9,7 +9,7 @@ url="https://subversion.apache.org/" license=('APACHE') groups=('VCS') depends=('libsqlite' 'file' 'liblz4' 'libserf' 'libsasl') -makedepends=('python' 'python-py3c' 'perl' 'swig' 'ruby' 'liblz4-devel' 'libsqlite-devel' 'libserf-devel' 'libsasl-devel' 'gmp-devel') +makedepends=('python' 'python-py3c' 'perl' 'swig' 'ruby' 'liblz4-devel' 'libsqlite-devel' 'libserf-devel' 'libsasl-devel' 'gmp-devel' 'autotools') optdepends=('bash-completion: for svn bash completion' 'python: for some hook scripts' 'ruby: for some hook scripts') diff --git a/swig/PKGBUILD b/swig/PKGBUILD index e92b7c7c..2200b9c5 100644 --- a/swig/PKGBUILD +++ b/swig/PKGBUILD @@ -9,7 +9,7 @@ url="http://www.swig.org/" license=('custom') groups=('base-devel') depends=('zlib' 'libpcre') -makedepends=('zlib-devel' 'pcre-devel') +makedepends=('zlib-devel' 'pcre-devel' 'autotools') source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz swig-4.0.0-msysize.patch) sha256sums=('d53be9730d8d58a16bf0cbd1f8ac0c0c3e1090573168bfa151b01eb47fa906fc' diff --git a/tar/PKGBUILD b/tar/PKGBUILD index 57ebcdb1..3961e71b 100644 --- a/tar/PKGBUILD +++ b/tar/PKGBUILD @@ -9,7 +9,7 @@ url="https://www.gnu.org/software/tar/tar.html" license=('GPL3') groups=('compression') depends=('libiconv' 'libintl' 'sh') -makedepends=('libiconv-devel' 'gettext-devel') +makedepends=('libiconv-devel' 'gettext-devel' 'autotools') options=('!emptydirs') install=tar.install source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz diff --git a/tcl/PKGBUILD b/tcl/PKGBUILD index 0cb6c48f..b6ab23c5 100644 --- a/tcl/PKGBUILD +++ b/tcl/PKGBUILD @@ -9,6 +9,7 @@ arch=('i686' 'x86_64') url="https://tcl.sourceforge.io/" license=('custom') depends=('zlib') +makedepends=('autotools') options=('staticlibs') source=(https://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz 8.6.6-cygwin-unix.patch diff --git a/tcsh/PKGBUILD b/tcsh/PKGBUILD index 6aaff00c..9f782d68 100644 --- a/tcsh/PKGBUILD +++ b/tcsh/PKGBUILD @@ -10,7 +10,7 @@ url="https://www.tcsh.org/" license=('BSD') groups=() depends=('gcc-libs' 'libcrypt' 'libiconv' 'ncurses') -makedepends=('gcc' 'libcrypt-devel' 'libiconv-devel' 'ncurses-devel') +makedepends=('gcc' 'libcrypt-devel' 'libiconv-devel' 'ncurses-devel' 'autotools') provides=('csh') conflicts=('csh') install=tcsh.install diff --git a/texinfo/PKGBUILD b/texinfo/PKGBUILD index 3f51e4c0..2afe4f2d 100644 --- a/texinfo/PKGBUILD +++ b/texinfo/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line doc arch=('i686' 'x86_64') url="https://www.gnu.org/software/texinfo/" license=('GPL3') -makedepends=('ncurses-devel' 'gettext-devel' 'findutils' 'gzip' 'perl-devel') +makedepends=('ncurses-devel' 'gettext-devel' 'findutils' 'gzip' 'perl-devel' 'autotools') source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig} texinfo-install.hook texinfo-remove.hook diff --git a/tftp-hpa/PKGBUILD b/tftp-hpa/PKGBUILD index d013bfba..c9fde5e9 100644 --- a/tftp-hpa/PKGBUILD +++ b/tftp-hpa/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') url="https://www.kernel.org/pub/software/network/tftp/tftp-hpa/" license=('BSD') depends=('libreadline>=6.0.00') -makedepends=('libreadline-devel' 'gcc') +makedepends=('libreadline-devel' 'gcc' 'autotools') source=(https://www.kernel.org/pub/software/network/tftp/tftp-hpa/${pkgname}-${pkgver}.tar.xz LICENSE 01-rename-server.patch diff --git a/tig/PKGBUILD b/tig/PKGBUILD index 176f52ac..83154908 100644 --- a/tig/PKGBUILD +++ b/tig/PKGBUILD @@ -5,7 +5,7 @@ pkgver=2.5.4 pkgrel=1 pkgdesc='Text-mode interface for Git' depends=('git' 'libreadline' 'ncurses') -makedepends=('asciidoc' 'xmlto' 'libreadline-devel' 'ncurses-devel' 'libiconv-devel') +makedepends=('asciidoc' 'xmlto' 'libreadline-devel' 'ncurses-devel' 'libiconv-devel' 'autotools') url='https://jonas.github.io/tig/' license=('GPL') arch=('i686' 'x86_64') diff --git a/time/PKGBUILD b/time/PKGBUILD index 04c1ff01..bde4421c 100644 --- a/time/PKGBUILD +++ b/time/PKGBUILD @@ -7,6 +7,7 @@ pkgdesc="Utility for monitoring a program's use of system resources" url='https://www.gnu.org/directory/time.html' license=('GPL') arch=('i686' 'x86_64') +makedepends=('autotools') intall=time.install source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz time-1.9-msysize.patch) diff --git a/tio/PKGBUILD b/tio/PKGBUILD index 019bf28e..1b6ca4d6 100644 --- a/tio/PKGBUILD +++ b/tio/PKGBUILD @@ -7,6 +7,7 @@ pkgdesc="A simple TTY terminal I/O application" arch=('i686' 'x86_64') url="https://tio.github.io/" license=('GPL') +makedepends=('autotools') source=(https://github.com/tio/tio/releases/download/v${pkgver}/tio-${pkgver}.tar.xz) sha256sums=('a8f5ed6994cacb96780baa416b19e5a6d7d67e8c162a8ea4fd9eccd64984ae44') validpgpkeys=('101BAC1C15B216DBE07A3EEA2BDB4A0944FA00B1') # Martin Lund diff --git a/tmate/PKGBUILD b/tmate/PKGBUILD index 66422bd7..833d123d 100644 --- a/tmate/PKGBUILD +++ b/tmate/PKGBUILD @@ -6,7 +6,7 @@ arch=('i686' 'x86_64') license=('ISC') url="http://tmate.io/" depends=('libevent' 'ncurses' 'libopenssl' 'libssh' 'zlib' 'msgpack-c') -makedepends=('libevent-devel' 'ncurses-devel' 'openssl-devel' 'libssh-devel' 'zlib-devel' 'ruby' 'msgpack-c-devel') +makedepends=('libevent-devel' 'ncurses-devel' 'openssl-devel' 'libssh-devel' 'zlib-devel' 'ruby' 'msgpack-c-devel' 'autotools') source=("$pkgname"::"git+https://github.com/tmate-io/tmate.git#tag=$pkgver" "0001-tmux-Inherit-MSYSTEM-variable.patch" diff --git a/tmux/PKGBUILD b/tmux/PKGBUILD index 79dae19d..a9d5e907 100644 --- a/tmux/PKGBUILD +++ b/tmux/PKGBUILD @@ -12,7 +12,7 @@ license=('BSD') conflict=('tmux-git') replaces=('tmux-git') depends=('ncurses' 'libevent') -makedepends=('ncurses-devel' 'libevent-devel') +makedepends=('ncurses-devel' 'libevent-devel' 'autotools') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tmux/tmux/archive/${_base_ver}${_bugfix/./}.tar.gz 'msys-platform.patch' 'no-check-dirs-permission.patch' diff --git a/ucl/PKGBUILD b/ucl/PKGBUILD index f7ded80d..626c9a59 100644 --- a/ucl/PKGBUILD +++ b/ucl/PKGBUILD @@ -12,6 +12,7 @@ pkgrel=2 pkgdesc="Portable lossless data compression library written in ANSI C" arch=('i686' 'x86_64') license=('GPL') +makedepends=('autotools') url="https://www.oberhumer.com/opensource/ucl/" source=("https://www.oberhumer.com/opensource/${_realname}/download/${_realname}-${pkgver}.tar.gz" "000-msys2.patch" diff --git a/util-linux/PKGBUILD b/util-linux/PKGBUILD index d6adc498..038a8c79 100644 --- a/util-linux/PKGBUILD +++ b/util-linux/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="Miscellaneous system utilities for Linux" arch=('i686' 'x86_64') license=('GPL3') url="https://www.kernel.org/pub/linux/utils/util-linux/" -makedepends=('gettext-devel' 'libiconv-devel' 'ncurses-devel' 'libcrypt-devel' 'libtool' 'patch' 'zlib-devel') +makedepends=('gettext-devel' 'libiconv-devel' 'ncurses-devel' 'libcrypt-devel' 'patch' 'zlib-devel' 'autotools') source=(https://www.kernel.org/pub/linux/utils/$pkgname/v${_pkgmajor}/${pkgname}-${pkgver}.tar.xz 2.24.2-agetty.patch 2.24.2-libblkid-topology.patch diff --git a/util-macros/PKGBUILD b/util-macros/PKGBUILD index c8db1445..40b8a54f 100644 --- a/util-macros/PKGBUILD +++ b/util-macros/PKGBUILD @@ -9,6 +9,7 @@ groups=('development') license=('custom') url="https://xorg.freedesktop.org/" depends=() +makedepends=('autotools') source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2) sha256sums=('0f812e6e9d2786ba8f54b960ee563c0663ddbe2434bf24ff193f5feab1f31971') diff --git a/vifm/PKGBUILD b/vifm/PKGBUILD index dc3fac12..28d867b1 100644 --- a/vifm/PKGBUILD +++ b/vifm/PKGBUILD @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="https://vifm.info/" license=('GPL') depends=('ncurses') -makedepends=('ncurses-devel') +makedepends=('ncurses-devel' 'autotools') source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.asc}) sha256sums=('33a9618f32b35b5b8c64483884f9ad09963ca8465b2935def79159028e27b2c0' 'SKIP') diff --git a/vim/PKGBUILD b/vim/PKGBUILD index 5164c41b..66d8f12d 100644 --- a/vim/PKGBUILD +++ b/vim/PKGBUILD @@ -11,7 +11,7 @@ license=('custom:vim') url="https://www.vim.org" depends=('ncurses') groups=('editors') -makedepends=('gawk' 'perl-devel' 'python-devel' 'ruby' 'libiconv' 'ncurses-devel') +makedepends=('gawk' 'perl-devel' 'python-devel' 'ruby' 'libiconv' 'ncurses-devel' 'autotools') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vim/vim/archive/v${pkgver}.tar.gz 'dot.vimrc' '7.3-cygwin-mouse.patch' diff --git a/w3m/PKGBUILD b/w3m/PKGBUILD index ddd9807e..8c8868fd 100644 --- a/w3m/PKGBUILD +++ b/w3m/PKGBUILD @@ -11,7 +11,7 @@ url="https://w3m.sourceforge.io/" license=('BSD') groups=('net-utils') depends=('libgc' 'libiconv' 'libintl' 'openssl' 'zlib' 'ncurses') -makedepends=('libgc-devel' 'libiconv-devel' 'gettext-devel' 'openssl-devel' 'zlib-devel' 'libtool' 'ncurses-devel') +makedepends=('libgc-devel' 'libiconv-devel' 'gettext-devel' 'openssl-devel' 'zlib-devel' 'autotools' 'ncurses-devel') source=(#"https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz" https://github.com/tats/w3m/archive/v${_basever}+git${_gitdate}.tar.gz '0001-w3m-0.5.3-bdwgc72-1.patch' diff --git a/wget/PKGBUILD b/wget/PKGBUILD index 1db5489f..973f35c9 100644 --- a/wget/PKGBUILD +++ b/wget/PKGBUILD @@ -10,7 +10,7 @@ license=('GPL3') groups=('base-devel') depends=('gcc-libs' 'libiconv' 'libidn2' 'libintl' 'libgpgme' 'libpcre2_8' 'libpsl' 'libuuid' 'openssl' 'zlib') makedepends=('autoconf-archive' 'gettext-devel' 'libidn2-devel' 'libgpgme-devel' 'libuuid-devel' - 'libpsl-devel' 'openssl-devel' 'pcre2-devel' 'zlib-devel' 'python' 'libunistring-devel') + 'libpsl-devel' 'openssl-devel' 'pcre2-devel' 'zlib-devel' 'python' 'libunistring-devel' 'autotools') checkdepends=('perl-HTTP-Daemon' 'perl-IO-Socket-SSL') optdepends=('ca-certificates: HTTPS downloads') backup=('etc/wgetrc') diff --git a/which/PKGBUILD b/which/PKGBUILD index bc4827fe..22646929 100644 --- a/which/PKGBUILD +++ b/which/PKGBUILD @@ -12,6 +12,7 @@ source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz" am-1.14.all.patch msys2-allow-windows-mixed-absolute-paths.patch) depends=('sh') +makedepends=('autotools') install=which.install #options=('debug' '!strip') sha256sums=('f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad' diff --git a/windows-default-manifest/PKGBUILD b/windows-default-manifest/PKGBUILD index 9a486caf..a6ed1fff 100644 --- a/windows-default-manifest/PKGBUILD +++ b/windows-default-manifest/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc='Default Windows application manifest' url='https://cygwin.com/' arch=('i686' 'x86_64') license=('BSD') -makedepends=('git' 'gcc') +makedepends=('git' 'gcc' 'autotools') _GIT_TAG="release-${pkgver//\./_}" source=("git://sourceware.org/git/cygwin-apps/${pkgname}.git#tag=${_GIT_TAG}" 001-msysize.patch) diff --git a/winpty/PKGBUILD b/winpty/PKGBUILD index b0cb2f36..f080618b 100644 --- a/winpty/PKGBUILD +++ b/winpty/PKGBUILD @@ -14,7 +14,7 @@ license=('MIT') # Explicitly reference the git version of the indirect dependency mingw-w64-cross-crt # for avoiding problems with its default provider mingw-w64-cross-crt-clang-git -makedepends=(git tar automake xz +makedepends=(git tar 'autotools' xz mingw-w64-cross-gcc mingw-w64-cross-crt-git) diff --git a/xdelta3/PKGBUILD b/xdelta3/PKGBUILD index 516bf814..a12d5c63 100644 --- a/xdelta3/PKGBUILD +++ b/xdelta3/PKGBUILD @@ -8,7 +8,7 @@ arch=('x86_64' 'i686') url='http://xdelta.org/' license=('GPL') depends=('xz' 'liblzma') -makedepends=('liblzma-devel') +makedepends=('liblzma-devel' 'autotools') source=("https://github.com/jmacd/${pkgname/3}-gpl/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz") sha256sums=('114543336ab6cee3764e3c03202701ef79d7e5e8e4863fe64811e4d9e61884dc') diff --git a/xmlto/PKGBUILD b/xmlto/PKGBUILD index 00adc111..5737723f 100644 --- a/xmlto/PKGBUILD +++ b/xmlto/PKGBUILD @@ -9,7 +9,7 @@ url="https://pagure.io/xmlto/" license=('GPL') groups=('base-devel') depends=('libxslt' 'perl-YAML-Syck' 'perl-Test-Pod') -makedepends=('docbook-xsl') +makedepends=('docbook-xsl' 'autotools') source=("https://releases.pagure.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2") sha256sums=('1130df3a7957eb9f6f0d29e4aa1c75732a7dfb6d639be013859b5c7ec5421276') diff --git a/xorriso/PKGBUILD b/xorriso/PKGBUILD index 532afbd5..adc72204 100644 --- a/xorriso/PKGBUILD +++ b/xorriso/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') url="https://www.gnu.org/software/xorriso/" license=('GPL3') depends=('libbz2' 'libreadline' 'zlib') -makedepends=('libbz2-devel' 'libreadline-devel' 'zlib-devel') +makedepends=('libbz2-devel' 'libreadline-devel' 'zlib-devel' 'autotools') source=("https://www.gnu.org/software/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig} 001-msysize.patch) sha256sums=('a93fa7ae5bb1902198cddfec25201388156932f36f2f5da829bf4fcae9a6062b' diff --git a/xproto/PKGBUILD b/xproto/PKGBUILD index 42311c58..ddabab9e 100644 --- a/xproto/PKGBUILD +++ b/xproto/PKGBUILD @@ -8,7 +8,7 @@ arch=(any) license=('custom') groups=('development') url="https://xorg.freedesktop.org/" -makedepends=('util-macros') +makedepends=('util-macros' 'autotools') source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2 0001-msysize.msys.patch) sha256sums=('636162c1759805a5a0114a369dffdeccb8af8c859ef6e1445f26a4e6e046514f' diff --git a/xz/PKGBUILD b/xz/PKGBUILD index f26836ed..ea5fc5b6 100644 --- a/xz/PKGBUILD +++ b/xz/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') url='https://tukaani.org/xz/' license=('GPL' 'LGPL' 'custom') depends=('sh' 'libiconv' 'gettext') -makedepends=('libiconv-devel' 'gettext-devel') +makedepends=('libiconv-devel' 'gettext-devel' 'autotools') options=('staticlibs') source=("https://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig} xz-5.0.5-msys2.patch) diff --git a/yasm/PKGBUILD b/yasm/PKGBUILD index c3c0ddf8..a23052c5 100644 --- a/yasm/PKGBUILD +++ b/yasm/PKGBUILD @@ -8,6 +8,7 @@ arch=('i686' 'x86_64') url="https://www.tortall.net/projects/yasm/" license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic') options=('staticlibs') +makedepends=('autotools') source=(https://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz 'msysize.patch' 'yasm-1.2.0-1.src.patch') diff --git a/yelp-tools/PKGBUILD b/yelp-tools/PKGBUILD index 671ce1b0..bf0c7dec 100644 --- a/yelp-tools/PKGBUILD +++ b/yelp-tools/PKGBUILD @@ -9,7 +9,7 @@ license=('GPL') url="https://www.gnome.org" depends=("yelp-xsl" "itstool" "libxml2-python") options=('strip' '!libtool' 'staticlibs') -makedepends=("libxml2-python" "intltool" "itstool") +makedepends=("libxml2-python" "intltool" "itstool" 'autotools') source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-$pkgver.tar.xz yelp-no-symlinks.patch) sha256sums=('607ce4b3ee8517c42db924a01a78660a03317595c75825731ea86a920e2b04b0' diff --git a/yelp-xsl/PKGBUILD b/yelp-xsl/PKGBUILD index 1472e829..2844fd08 100644 --- a/yelp-xsl/PKGBUILD +++ b/yelp-xsl/PKGBUILD @@ -8,7 +8,7 @@ arch=('any') license=('GPL') url="https://www.gnome.org" options=('strip' '!libtool' 'staticlibs') -makedepends=("libxml2-python" "intltool" "itstool") +makedepends=("libxml2-python" "intltool" "itstool" 'autotools') source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz) sha256sums=('2c8472dc6c470145e8a01e5e7c8ceffe81eb2bd318f7282fdede9a3f975fb47b') diff --git a/zlib/PKGBUILD b/zlib/PKGBUILD index b9e8fa31..133c7506 100644 --- a/zlib/PKGBUILD +++ b/zlib/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') groups=('libraries') license=('custom') url="https://www.zlib.net/" -makedepends=('gcc' 'make') +makedepends=('gcc' 'make' 'autotools') source=(#"https://zlib.net/current/zlib-${pkgver}.tar.gz" "https://sourceforge.net/projects/libpng/files/zlib/${pkgver}/zlib-${pkgver}.tar.gz" 1.2.7-minizip-cygwin.patch diff --git a/zsh/PKGBUILD b/zsh/PKGBUILD index 613a1856..1f784c57 100644 --- a/zsh/PKGBUILD +++ b/zsh/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=5 arch=('i686' 'x86_64') url='https://www.zsh.org/' license=('custom') -makedepends=('ncurses-devel' 'pcre-devel' 'libiconv-devel' 'libgdbm-devel') +makedepends=('ncurses-devel' 'pcre-devel' 'libiconv-devel' 'libgdbm-devel' 'autotools') source=("https://www.zsh.org/pub/zsh-${pkgver}.tar.xz"{,.asc} "https://www.zsh.org/pub/zsh-${pkgver}-doc.tar.xz"{,.asc} 'config.guess::https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD'