makedepend on autotools for packages using configure

In some cases this will introduce cycles which could likely be cleaned
up by only depending on some unix tools instead of the whole autotools.

Rebuilding doesn't make much sense at this point since it just adds a subset
of base-devel which is still installed by default.
This commit is contained in:
Christoph Reiter 2021-12-12 14:16:38 +01:00
parent b3b001eec0
commit 38126d763e
224 changed files with 228 additions and 175 deletions

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="The Apache Portable Runtime" pkgdesc="The Apache Portable Runtime"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://apr.apache.org/" url="https://apr.apache.org/"
makedepends=('apr-devel' 'libexpat-devel' 'libsqlite-devel') makedepends=('apr-devel' 'libexpat-devel' 'libsqlite-devel' 'autotools')
options=('!libtool') options=('!libtool')
license=('APACHE') license=('APACHE')
source=("https://archive.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2" source=("https://archive.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2"

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="The Apache Portable Runtime" pkgdesc="The Apache Portable Runtime"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://apr.apache.org/" url="https://apr.apache.org/"
makedepends=('libcrypt-devel' 'libuuid-devel') makedepends=('libcrypt-devel' 'libuuid-devel' 'autotools')
options=('!libtool') options=('!libtool')
license=('APACHE') license=('APACHE')
source=(https://archive.apache.org/dist/apr/apr-${pkgver}.tar.bz2 source=(https://archive.apache.org/dist/apr/apr-${pkgver}.tar.bz2

View File

@ -7,7 +7,7 @@ pkgdesc='Text document format for short documents, articles, books and UNIX man
arch=('any') arch=('any')
url='https://asciidoc.org/' url='https://asciidoc.org/'
license=('GPL') license=('GPL')
depends=('python' 'libxslt' 'docbook-xsl') depends=('python' 'libxslt' 'docbook-xsl' 'autotools')
groups=('base-devel') groups=('base-devel')
# optdepends=('lilypond: music-filter' # optdepends=('lilypond: music-filter'
# 'imagemagick: music-filter (used in conjunction with lilypond)' # 'imagemagick: music-filter (used in conjunction with lilypond)'

View File

@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url="http://aspell.net/" url="http://aspell.net/"
license=('custom') license=('custom')
groups=() groups=()
makedepends=('aspell-devel') makedepends=('aspell-devel' 'autotools')
depends=('aspell>=0.60') depends=('aspell>=0.60')
provides=('aspell-en') provides=('aspell-en')
options=() options=()

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="http://aspell.net/" url="http://aspell.net/"
license=('LGPL') license=('LGPL')
groups=('libraries') groups=('libraries')
makedepends=('gcc' 'gettext-devel' 'libiconv-devel' 'ncurses-devel') makedepends=('gcc' 'gettext-devel' 'libiconv-devel' 'ncurses-devel' 'autotools')
options=() options=()
source=("https://ftp.gnu.org/gnu/aspell/${pkgname}-${pkgver}.tar.gz"{,.sig} source=("https://ftp.gnu.org/gnu/aspell/${pkgname}-${pkgver}.tar.gz"{,.sig}
"aspell-noundefined.patch" "aspell-noundefined.patch"

View File

@ -12,6 +12,7 @@ arch=('any')
url="https://www.nongnu.org/atool/" url="https://www.nongnu.org/atool/"
license=('GPL3') license=('GPL3')
depends=('file' 'perl') depends=('file' 'perl')
makedepends=('autotools')
optdepends=('bzip2: for using atool with bzip2 compressed archives' optdepends=('bzip2: for using atool with bzip2 compressed archives'
'cpio: for using atool with cpio archives' 'cpio: for using atool with cpio archives'
'gzip: for using atool with gzip compressed archives' 'gzip: for using atool with gzip compressed archives'

View File

@ -10,6 +10,7 @@ url="https://www.gnu.org/software/autoconf-archive"
conflicts=(gnome-common) conflicts=(gnome-common)
replaces=(gnome-common) replaces=(gnome-common)
provides=(gnome-common) provides=(gnome-common)
makedepends=('autotools')
source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz
msysize-autoconf-archive-2019.01.06.patch) msysize-autoconf-archive-2019.01.06.patch)
sha256sums=('17195c833098da79de5778ee90948f4c5d90ed1a0cf8391b4ab348e2ec511e3f' sha256sums=('17195c833098da79de5778ee90948f4c5d90ed1a0cf8391b4ab348e2ec511e3f'

View File

@ -11,7 +11,7 @@ url="https://www.gnu.org/software/autoconf"
groups=('base-devel') groups=('base-devel')
depends=('awk' 'm4' 'diffutils' 'bash' 'perl' 'sed') depends=('awk' 'm4' 'diffutils' 'bash' 'perl' 'sed')
# for test-suite # for test-suite
makedepends=('gcc-fortran') makedepends=('gcc-fortran' 'make')
install=autoconf.install install=autoconf.install
source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz
0001-autoconf-2.70-MSYS2-specifics-AC_CYGWIN.patch 0001-autoconf-2.70-MSYS2-specifics-AC_CYGWIN.patch

View File

@ -9,6 +9,7 @@ license=('GPL2' 'GPL3' 'custom')
url="https://www.gnu.org/software/autoconf" url="https://www.gnu.org/software/autoconf"
groups=('base-devel') groups=('base-devel')
depends=('awk' 'm4' 'diffutils' 'bash' 'perl') depends=('awk' 'm4' 'diffutils' 'bash' 'perl')
makedepends=('make')
# for test-suite # for test-suite
install=autoconf.install install=autoconf.install
source=(https://ftp.gnu.org/pub/gnu/autoconf/autoconf-${pkgver}.tar.gz source=(https://ftp.gnu.org/pub/gnu/autoconf/autoconf-${pkgver}.tar.gz

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://autogen.sourceforge.io/" url="https://autogen.sourceforge.io/"
groups=('base-devel') groups=('base-devel')
license=('GPL3') 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') depends=('gcc-libs' 'gmp' 'libcrypt' 'libffi' 'libgc' 'libguile' 'libxml2')
install=autogen.install install=autogen.install
source=("https://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig} source=("https://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}

View File

@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake" url="https://www.gnu.org/software/automake"
groups=('base-devel') groups=('base-devel')
depends=('perl' 'bash') depends=('perl' 'bash')
makedepends=('autoconf') makedepends=('autoconf' 'make')
checkdepends=('dejagnu') checkdepends=('dejagnu')
install=automake.install install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.bz2 source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.bz2

View File

@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake" url="https://www.gnu.org/software/automake"
groups=('base-devel') groups=('base-devel')
depends=('perl' 'bash') depends=('perl' 'bash')
makedepends=('autoconf') makedepends=('autoconf' 'make')
checkdepends=('dejagnu') checkdepends=('dejagnu')
install=automake.install install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz

View File

@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake" url="https://www.gnu.org/software/automake"
groups=('base-devel') groups=('base-devel')
depends=('perl' 'bash') depends=('perl' 'bash')
makedepends=('autoconf') makedepends=('autoconf' 'make')
checkdepends=('dejagnu') checkdepends=('dejagnu')
install=automake.install install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz

View File

@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake" url="https://www.gnu.org/software/automake"
groups=('base-devel') groups=('base-devel')
depends=('perl' 'bash') depends=('perl' 'bash')
makedepends=('autoconf') makedepends=('autoconf' 'make')
checkdepends=('dejagnu') checkdepends=('dejagnu')
install=automake.install install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz

View File

@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake" url="https://www.gnu.org/software/automake"
groups=('base-devel') groups=('base-devel')
depends=('perl' 'bash') depends=('perl' 'bash')
makedepends=('autoconf') makedepends=('autoconf' 'make')
checkdepends=('dejagnu') checkdepends=('dejagnu')
install=automake.install install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz

View File

@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake" url="https://www.gnu.org/software/automake"
groups=('base-devel') groups=('base-devel')
depends=('perl' 'bash') depends=('perl' 'bash')
makedepends=('autoconf') makedepends=('autoconf' 'make')
checkdepends=('dejagnu') checkdepends=('dejagnu')
install=automake.install install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz

View File

@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake" url="https://www.gnu.org/software/automake"
groups=('base-devel') groups=('base-devel')
depends=('perl' 'bash') depends=('perl' 'bash')
makedepends=('autoconf') makedepends=('autoconf' 'make')
checkdepends=('dejagnu') checkdepends=('dejagnu')
install=automake.install install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz{,.sig} source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz{,.sig}

View File

@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake" url="https://www.gnu.org/software/automake"
groups=('base-devel') groups=('base-devel')
depends=('perl' 'bash') depends=('perl' 'bash')
makedepends=('autoconf') makedepends=('autoconf' 'make')
checkdepends=('dejagnu') checkdepends=('dejagnu')
install=automake.install install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.bz2 source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.bz2

View File

@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake" url="https://www.gnu.org/software/automake"
groups=('base-devel') groups=('base-devel')
depends=('perl' 'bash') depends=('perl' 'bash')
makedepends=('autoconf') makedepends=('autoconf' 'make')
checkdepends=('dejagnu') checkdepends=('dejagnu')
install=automake.install install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.bz2 source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.bz2

View File

@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake" url="https://www.gnu.org/software/automake"
groups=('base-devel') groups=('base-devel')
depends=('perl' 'bash') depends=('perl' 'bash')
makedepends=('autoconf') makedepends=('autoconf' 'make')
checkdepends=('dejagnu') checkdepends=('dejagnu')
install=automake.install install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.bz2 source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.bz2

View File

@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake" url="https://www.gnu.org/software/automake"
groups=('base-devel') groups=('base-devel')
depends=('perl' 'bash') depends=('perl' 'bash')
makedepends=('autoconf') makedepends=('autoconf' 'make')
checkdepends=('dejagnu') checkdepends=('dejagnu')
install=automake.install install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.bz2 source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.bz2

View File

@ -10,7 +10,7 @@ license=('GPL')
url="https://github.com/axel-download-accelerator/axel" url="https://github.com/axel-download-accelerator/axel"
groups=() groups=()
depends=('openssl' 'gettext') depends=('openssl' 'gettext')
makedepends=('openssl-devel' 'gettext-devel') makedepends=('openssl-devel' 'gettext-devel' 'autotools')
options=() options=()
source=("https://github.com/axel-download-accelerator/axel/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2") source=("https://github.com/axel-download-accelerator/axel/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('c0d26eba6b94945cd98c5b69ca6df2744639d17bfd49047ef51a8a48f067de10') sha256sums=('c0d26eba6b94945cd98c5b69ca6df2744639d17bfd49047ef51a8a48f067de10')

View File

@ -8,6 +8,7 @@ arch=('any')
url="https://bash-completion.alioth.debian.org/" url="https://bash-completion.alioth.debian.org/"
license=('GPL') license=('GPL')
depends=('bash') depends=('bash')
makedepends=('autotools')
options=('!emptydirs' '!makeflags') options=('!emptydirs' '!makeflags')
source=(https://github.com/scop/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz source=(https://github.com/scop/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz
001-quote_readline_by_ref_fixes.patch) 001-quote_readline_by_ref_fixes.patch)

View File

@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
license=('GPL') license=('GPL')
url="https://www.gnu.org/software/bash/bash.html" url="https://www.gnu.org/software/bash/bash.html"
validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey 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} source=(https://ftp.gnu.org/gnu/bash/bash-${_basever}.tar.gz{,.sig}
0001-bash-4.4-cygwin.patch 0001-bash-4.4-cygwin.patch
0002-bash-4.3-msysize.patch 0002-bash-4.3-msysize.patch

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://www.gnu.org/software/bc" url="https://www.gnu.org/software/bc"
license=('GPL') license=('GPL')
depends=('libreadline' 'ncurses') 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) source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a') sha256sums=('62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a')

View File

@ -10,7 +10,7 @@ license=('GPL')
groups=('msys2-devel') groups=('msys2-devel')
depends=('libiconv' 'libintl' 'zlib') depends=('libiconv' 'libintl' 'zlib')
checkdepends=('dejagnu' 'bc') checkdepends=('dejagnu' 'bc')
makedepends=('libiconv-devel' 'gettext-devel' 'zlib-devel') makedepends=('libiconv-devel' 'gettext-devel' 'zlib-devel' 'autotools')
options=('staticlibs' '!distcc' '!ccache') options=('staticlibs' '!distcc' '!ccache')
source=(https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz{,.sig} source=(https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz{,.sig}
0050-bfd-Increase-_bfd_coff_max_nscns-to-65279.patch 0050-bfd-Increase-_bfd_coff_max_nscns-to-65279.patch

View File

@ -10,7 +10,7 @@ url="https://www.gnu.org/software/bison/bison.html"
depends=('m4' 'sh') depends=('m4' 'sh')
groups=('base-devel') groups=('base-devel')
options=('staticlibs') options=('staticlibs')
makedepends=('flex') makedepends=('flex' 'autotools')
install=bison.install install=bison.install
source=(https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig} source=(https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig}
bison-3.1-msys2.patch) bison-3.1-msys2.patch)

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://invisible-island.net/byacc" url="https://invisible-island.net/byacc"
license=('Public Domain') license=('Public Domain')
groups=('base-devel') groups=('base-devel')
makedepends=('autotools')
source=("${_realname}-${pkgver}.tar.gz::https://github.com/ThomasDickey/byacc-snapshots/archive/t${pkgver}.tar.gz") source=("${_realname}-${pkgver}.tar.gz::https://github.com/ThomasDickey/byacc-snapshots/archive/t${pkgver}.tar.gz")
sha256sums=('d19fc22dd1d5e5b18a4abfd2470a1513a2b8b2962f7fb94c21e6109ea571bfc0') sha256sums=('d19fc22dd1d5e5b18a4abfd2470a1513a2b8b2962f7fb94c21e6109ea571bfc0')

View File

@ -8,7 +8,7 @@ groups=('compression')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
license=('custom') license=('custom')
url="http://www.bzip.org" url="http://www.bzip.org"
makedepends=('gcc' 'make' 'patch') makedepends=('gcc' 'patch' 'autotools')
source=(https://sourceware.org/pub/bzip2/bzip2-${pkgver}.tar.gz source=(https://sourceware.org/pub/bzip2/bzip2-${pkgver}.tar.gz
bzip2-1.0.6-msys-dll.patch bzip2-1.0.6-msys-dll.patch
bzip2-1.0.6-msys2.patch) bzip2-1.0.6-msys2.patch)

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://cgdb.sourceforge.io/" url="https://cgdb.sourceforge.io/"
license=('GPL') license=('GPL')
depends=('libreadline' 'ncurses' 'gdb') 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" source=("https://cgdb.me/files/${pkgname}-${pkgver}.tar.gz"
01-msysize.patch 01-msysize.patch
10-ncursesw-link-tinfow.patch) 10-ncursesw-link-tinfow.patch)

View File

@ -11,6 +11,7 @@ url="https://www.cmake.org/"
license=(MIT) license=(MIT)
makedepends=('gcc' makedepends=('gcc'
'emacs' 'emacs'
'autotools'
'jsoncpp-devel' 'jsoncpp-devel'
'libarchive-devel' 'libarchive-devel'
'libbz2-devel' 'libbz2-devel'

View File

@ -9,6 +9,7 @@ url="https://cocom.sourceforge.io/"
license=('custom') license=('custom')
groups=('msys2-devel') groups=('msys2-devel')
depends=() depends=()
makedepends=('autotools')
source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz) source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('e143ab556d79a35ef31ec1e240897c9b8a8d0b6693e50a2b6e47d7fd4b200519') sha256sums=('e143ab556d79a35ef31ec1e240897c9b8a8d0b6693e50a2b6e47d7fd4b200519')

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
license=('GPL3') license=('GPL3')
url="https://www.gnu.org/software/coreutils" url="https://www.gnu.org/software/coreutils"
depends=('gmp' 'libiconv' 'libintl') depends=('gmp' 'libiconv' 'libintl')
makedepends=('gmp-devel' 'libiconv-devel' 'gettext-devel' 'help2man') makedepends=('gmp-devel' 'libiconv-devel' 'gettext-devel' 'help2man' 'autotools')
install=${pkgname}.install install=${pkgname}.install
source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig} source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
001-coreutils-8.30.patch 001-coreutils-8.30.patch

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://www.gnu.org/software/cpio/" url="https://www.gnu.org/software/cpio/"
license=('GPLv3') license=('GPLv3')
depends=('libintl') depends=('libintl')
makedepends=('gettext-devel') makedepends=('gettext-devel' 'autotools')
options=('staticlibs') options=('staticlibs')
source=(https://ftp.gnu.org/pub/gnu/cpio/cpio-${pkgver}.tar.gz) source=(https://ftp.gnu.org/pub/gnu/cpio/cpio-${pkgver}.tar.gz)
sha256sums=('e87470d9c984317f658567c03bfefb6b0c829ff17dbf6b0de48d71a4c8f3db88') sha256sums=('e87470d9c984317f658567c03bfefb6b0c829ff17dbf6b0de48d71a4c8f3db88')

View File

@ -9,8 +9,8 @@ url="http://www.crosstool-ng.org/"
license=("MIT") license=("MIT")
makedepends=("autoconf" "automake-wrapper" "binutils" "bison" makedepends=("autoconf" "automake-wrapper" "binutils" "bison"
"flex" "gettext-devel" "git" "gcc" "gperf" "flex" "gettext-devel" "git" "gcc" "gperf"
"patch" "libtool" "make" "ncurses-devel" "patch" "ncurses-devel"
"tar" "texinfo" "wget" "xz") "tar" "texinfo" "wget" "xz" 'autotools')
depends=("ncurses" "libintl") depends=("ncurses" "libintl")
options=('staticlibs' 'strip') options=('staticlibs' 'strip')
source=("http://crosstool-ng.org/download/crosstool-ng/${pkgname}-${pkgver}.tar.xz" source=("http://crosstool-ng.org/download/crosstool-ng/${pkgname}-${pkgver}.tar.xz"

View File

@ -1,4 +1,4 @@
# Maintainer: João Guerra <joca.bt@gmail.com> # Maintainer: Jo<EFBFBD>o Guerra <joca.bt@gmail.com>
pkgname=cscope pkgname=cscope
pkgver=15.9 pkgver=15.9
@ -7,7 +7,7 @@ pkgdesc="A tool for browsing source code"
arch=("i686" "x86_64") arch=("i686" "x86_64")
url="https://cscope.sourceforge.io/" url="https://cscope.sourceforge.io/"
license=('BSD') license=('BSD')
makedepends=("ncurses-devel") makedepends=("ncurses-devel" 'autotools')
source=("https://sourceforge.net/projects/cscope/files/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar.gz") source=("https://sourceforge.net/projects/cscope/files/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('c5505ae075a871a9cd8d9801859b0ff1c09782075df281c72c23e72115d9f159') sha256sums=('c5505ae075a871a9cd8d9801859b0ff1c09782075df281c72c23e72115d9f159')

View File

@ -1,4 +1,4 @@
# Maintainer: João Guerra <joca.bt@gmail.com> # Maintainer: Jo<EFBFBD>o Guerra <joca.bt@gmail.com>
pkgname="ctags" pkgname="ctags"
pkgver="5.8" pkgver="5.8"
@ -7,6 +7,7 @@ pkgdesc="Generate tag files for source code"
arch=("i686" "x86_64") arch=("i686" "x86_64")
url="https://ctags.sourceforge.io/" url="https://ctags.sourceforge.io/"
license=("GPL") license=("GPL")
makedepends=('autotools')
source=("https://sourceforge.net/projects/ctags/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") source=("https://sourceforge.net/projects/ctags/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('0e44b45dcabe969e0bbbb11e30c246f81abe5d32012db37395eb57d66e9e99c7') sha256sums=('0e44b45dcabe969e0bbbb11e30c246f81abe5d32012db37395eb57d66e9e99c7')

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://curl.haxx.se" url="https://curl.haxx.se"
license=('MIT') license=('MIT')
depends=('ca-certificates') 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' 'libunistring-devel' 'libnghttp2-devel' 'libpsl-devel' 'libssh2-devel' 'openssl-devel' 'zlib-devel' 'libzstd-devel') # 'libcares-devel'
options=('!libtool' 'strip' '!debug') options=('!libtool' 'strip' '!debug')
source=("https://github.com/curl/curl/releases/download/${pkgbase}-${pkgver//./_}/${pkgbase}-${pkgver}.tar.xz"{,.asc} source=("https://github.com/curl/curl/releases/download/${pkgbase}-${pkgver//./_}/${pkgbase}-${pkgver}.tar.xz"{,.asc}

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
license=('GPL') license=('GPL')
url="http://cvs.nongnu.org/" url="http://cvs.nongnu.org/"
depends=('heimdal' 'zlib' 'libcrypt' 'libopenssl') 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') options=('staticlibs')
install=cvs.install install=cvs.install
source=(https://ftp.gnu.org/non-gnu/cvs/source/stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2 source=(https://ftp.gnu.org/non-gnu/cvs/source/stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2

View File

@ -8,7 +8,7 @@ _realname=cygrunsrv
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://cygwin.org/" url="https://cygwin.org/"
license=('GPL') 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//./-} source=(${pkgname}-${pkgver}::git+https://sourceware.org/git/cygwin-apps/${pkgname}.git#tag=rel${pkgver//./-}
msysize.patch) msysize.patch)
sha256sums=(SKIP sha256sums=(SKIP

View File

@ -15,7 +15,7 @@ makedepends=('gcc'
'gettext-devel' 'gettext-devel'
'git' 'git'
'libiconv-devel' 'libiconv-devel'
'make' 'autotools'
'popt-devel') 'popt-devel')
conflicts=('winln') conflicts=('winln')
replaces=('winln') replaces=('winln')

View File

@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url="http://cyrusimap.web.cmu.edu/" url="http://cyrusimap.web.cmu.edu/"
license=('custom') license=('custom')
groups=('sys-utils') 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') options=('emptydirs' 'strip' '!makeflags')
source=(#http://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-${pkgver}.tar.gz 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 https://ftp.osuosl.org/pub/blfs/conglomeration/cyrus-sasl/cyrus-sasl-${_basever}${_rc}.tar.gz

View File

@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
url="http://gondor.apana.org.au/~herbert/dash/" url="http://gondor.apana.org.au/~herbert/dash/"
license=('BSD') license=('BSD')
depends=('grep' 'sed' 'filesystem') depends=('grep' 'sed' 'filesystem')
makedepends=('autotools')
install=dash.install install=dash.install
source=("http://gondor.apana.org.au/~herbert/dash/files/${pkgname}-${pkgver}.tar.gz") source=("http://gondor.apana.org.au/~herbert/dash/files/${pkgname}-${pkgver}.tar.gz")
sha256sums=('db778110891f7937985f29bf23410fe1c5d669502760f584e54e0e7b29e123bd') sha256sums=('db778110891f7937985f29bf23410fe1c5d669502760f584e54e0e7b29e123bd')

View File

@ -8,6 +8,7 @@ url="https://www.oracle.com/technetwork/database/database-technologies/berkeleyd
license=('custom') license=('custom')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
depends=('sh') depends=('sh')
makedepends=('autotools')
source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz
#http://download.oracle.com/otn/berkeley-db/db-${pkgver}.tar.gz #http://download.oracle.com/otn/berkeley-db/db-${pkgver}.tar.gz
5.3-java.patch 5.3-java.patch

View File

@ -8,6 +8,7 @@ arch=('any')
url="https://www.gnu.org/software/dejagnu/" url="https://www.gnu.org/software/dejagnu/"
license=('GPL') license=('GPL')
depends=('expect') depends=('expect')
makedepends=('autotools')
#install=dejagnu.install #install=dejagnu.install
source=(https://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig}) source=(https://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig})
sha256sums=('87daefacd7958b4a69f88c6856dbd1634261963c414079d0c371f589cd66a2e3' sha256sums=('87daefacd7958b4a69f88c6856dbd1634261963c414079d0c371f589cd66a2e3'

View File

@ -8,7 +8,7 @@ pkgdesc="A tool to display dialog boxes from shell scripts"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://invisible-island.net/dialog/" url="https://invisible-island.net/dialog/"
license=('LGPL2.1') license=('LGPL2.1')
makedepends=('ncurses-devel') makedepends=('ncurses-devel' 'autotools')
depends=('ncurses') depends=('ncurses')
source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz) source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz)
sha256sums=('ae478fe7d5fca82bcf4b51684641e07d2ee68489d319710fe1e81f41a197bd66') sha256sums=('ae478fe7d5fca82bcf4b51684641e07d2ee68489d319710fe1e81f41a197bd66')

View File

@ -8,6 +8,7 @@ pkgdesc="Display a histogram of diff changes"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://invisible-island.net/diffstat" url="https://invisible-island.net/diffstat"
groups=('base-devel') groups=('base-devel')
makedepends=('autotools')
license=('MIT') license=('MIT')
source=("https://invisible-mirror.net/archives/${pkgbase}/${pkgbase}-${pkgver}.tgz"{,.asc} source=("https://invisible-mirror.net/archives/${pkgbase}/${pkgbase}-${pkgver}.tgz"{,.asc}
"diffstat-1.62-msys2.patch") "diffstat-1.62-msys2.patch")

View File

@ -9,6 +9,7 @@ url="https://www.gnu.org/software/diffutils"
license=('GPL3') license=('GPL3')
groups=('base-devel') groups=('base-devel')
depends=('sh') depends=('sh')
makedepends=('autotools')
install=diffutils.install install=diffutils.install
source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig} source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
diffutils-3.7-msys2.patch) diffutils-3.7-msys2.patch)

View File

@ -8,6 +8,7 @@ pkgdesc="DOS filesystem utilities"
url="https://github.com/dosfstools/dosfstools" url="https://github.com/dosfstools/dosfstools"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
depends=('libiconv' 'libiconv-devel') depends=('libiconv' 'libiconv-devel')
makedepends=('autotools')
source=("${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig}) source=("${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
license=('GPL2') license=('GPL2')
sha256sums=('64926eebf90092dca21b14259a5301b7b98e7b1943e8a201c7d726084809b527' sha256sums=('64926eebf90092dca21b14259a5301b7b98e7b1943e8a201c7d726084809b527'

View File

@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
license=('GPL') license=('GPL')
url="https://www.gnu.org/software/ed/ed.html" url="https://www.gnu.org/software/ed/ed.html"
depends=('sh') depends=('sh')
makedepends=('autotools')
options=('!emptydirs') options=('!emptydirs')
source=("https://ftp.gnu.org/gnu/ed/$pkgname-$pkgver.tar.lz"{,.sig}) source=("https://ftp.gnu.org/gnu/ed/$pkgname-$pkgver.tar.lz"{,.sig})
install='ed.install' install='ed.install'

View File

@ -34,6 +34,7 @@ depends=('doxygen'
'xmlto' 'xmlto'
'zlib') 'zlib')
makedepends=('git' makedepends=('git'
'autotools'
'gettext-devel' 'gettext-devel'
#'guile' #'guile'
'libbz2-devel' 'libbz2-devel'

View File

@ -9,7 +9,7 @@ license=('GPL3')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
depends=('ncurses' 'zlib' 'libxml2' 'libiconv' 'libcrypt' 'libgnutls' 'glib2' 'libhogweed') depends=('ncurses' 'zlib' 'libxml2' 'libiconv' 'libcrypt' 'libgnutls' 'glib2' 'libhogweed')
groups=('editors') 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') options=('strip')
source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig} source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig}
'configure.ac.diff') 'configure.ac.diff')

View File

@ -7,6 +7,7 @@ pkgdesc="An XML parser library"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://expat.sourceforge.io/" url="https://expat.sourceforge.io/"
license=('custom') license=('custom')
makedepends=('autotools')
source=(https://github.com/libexpat/libexpat/releases/download/R_${pkgver//./_}/${pkgname}-${pkgver}.tar.xz) source=(https://github.com/libexpat/libexpat/releases/download/R_${pkgver//./_}/${pkgname}-${pkgver}.tar.xz)
sha256sums=('cf032d0dba9b928636548e32b327a2d66b1aab63c4f4a13dd132c2d1d2f2fb6a') sha256sums=('cf032d0dba9b928636548e32b327a2d66b1aab63c4f4a13dd132c2d1d2f2fb6a')

View File

@ -10,6 +10,7 @@ arch=('i686' 'x86_64')
url="https://www.nist.gov/el/msid/expect.cfm" url="https://www.nist.gov/el/msid/expect.cfm"
license=('custom') license=('custom')
depends=('tcl') depends=('tcl')
makedepends=('autotools')
source=(https://downloads.sourceforge.net/project/expect/Expect/${pkgver}/expect${pkgver}.tar.gz source=(https://downloads.sourceforge.net/project/expect/Expect/${pkgver}/expect${pkgver}.tar.gz
config.guess config.guess
config.sub config.sub

View File

@ -9,7 +9,7 @@ license=('custom')
groups=('base-devel') groups=('base-devel')
url="https://www.darwinsys.com/file/" url="https://www.darwinsys.com/file/"
depends=('gcc-libs' 'zlib' 'libbz2') depends=('gcc-libs' 'zlib' 'libbz2')
makedepends=('python' 'zlib-devel' 'libbz2-devel') makedepends=('python' 'zlib-devel' 'libbz2-devel' 'autotools')
options=('!libtool') options=('!libtool')
source=("https://astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc} source=("https://astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}
file-5.38-msys2.patch) file-5.38-msys2.patch)

View File

@ -7,7 +7,7 @@ pkgdesc="GNU utilities to locate files"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
license=('GPL3') license=('GPL3')
depends=('libiconv' 'libintl') depends=('libiconv' 'libintl')
makedepends=('libiconv-devel' 'gettext-devel') makedepends=('libiconv-devel' 'gettext-devel' 'autotools')
url="https://www.gnu.org/software/findutils" url="https://www.gnu.org/software/findutils"
source=(https://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.xz{,.sig} source=(https://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.xz{,.sig}
findutils-4.8.0-msysize.patch) findutils-4.8.0-msysize.patch)

View File

@ -9,7 +9,7 @@ url="https://github.com/westes/flex"
license=('custom') license=('custom')
groups=('base-devel') groups=('base-devel')
depends=('m4' 'sh' 'libiconv' 'libintl') depends=('m4' 'sh' 'libiconv' 'libintl')
makedepends=('libiconv-devel' 'gettext-devel') makedepends=('libiconv-devel' 'gettext-devel' 'autotools')
options=('staticlibs') options=('staticlibs')
install=flex.install install=flex.install
source=(https://github.com/westes/flex/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz source=(https://github.com/westes/flex/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://people.gnome.org/~veillard/gamin/" url="https://people.gnome.org/~veillard/gamin/"
license=('LGPL') license=('LGPL')
groups=('libraries') 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" source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2"
001-no-undefined.patch 001-no-undefined.patch
002-fix-deprecated-const.patch 002-fix-deprecated-const.patch

View File

@ -9,7 +9,7 @@ url="https://www.gnu.org/software/gawk/"
license=('GPL') license=('GPL')
groups=('base-devel') groups=('base-devel')
depends=('sh' 'mpfr' 'libintl' 'libreadline') depends=('sh' 'mpfr' 'libintl' 'libreadline')
makedepends=('gettext-devel' 'mpfr-devel' 'libreadline-devel') makedepends=('gettext-devel' 'mpfr-devel' 'libreadline-devel' 'autotools')
provides=('awk') provides=('awk')
install=gawk.install install=gawk.install
source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}) source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})

View File

@ -9,6 +9,7 @@ arch=('i686' 'x86_64')
groups=('libraries') groups=('libraries')
url="https://www.hboehm.info/gc/" url="https://www.hboehm.info/gc/"
license=('GPL') license=('GPL')
makedepends=('autotools')
source=("https://github.com/ivmai/bdwgc/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.gz") source=("https://github.com/ivmai/bdwgc/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.gz")
makedepends=(libatomic_ops-devel) makedepends=(libatomic_ops-devel)
options=('!libtool') options=('!libtool')

View File

@ -16,7 +16,7 @@ license=('GPL' 'LGPL' 'FDL' 'custom')
url="https://gcc.gnu.org/" url="https://gcc.gnu.org/"
makedepends=('binutils' 'mpc-devel' 'gmp-devel' makedepends=('binutils' 'mpc-devel' 'gmp-devel'
'mpfr-devel' 'isl-devel' 'zlib-devel' 'mpfr-devel' 'isl-devel' 'zlib-devel'
'windows-default-manifest') 'windows-default-manifest' 'autotools')
STRIP_OPTION="strip" STRIP_OPTION="strip"
#STRIP_OPTION="!strip" #STRIP_OPTION="!strip"
#DEBUG_OPTION="debug" #DEBUG_OPTION="debug"

View File

@ -11,7 +11,7 @@ url="https://www.gnu.org/software/gdb/"
groups=('base-devel') groups=('base-devel')
depends=("libiconv" "zlib" "expat" "python" "libexpat" "libreadline" "mpfr" "xxhash") depends=("libiconv" "zlib" "expat" "python" "libexpat" "libreadline" "mpfr" "xxhash")
#checkdepends=('dejagnu' 'bc') #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') options=('staticlibs' '!distcc' '!ccache')
source=("https://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz"{,.sig} source=("https://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz"{,.sig}
'gdbinit' 'gdbinit'

View File

@ -7,7 +7,7 @@ pkgdesc="GNU database library"
url="https://www.gnu.org/software/gdbm/gdbm.html" url="https://www.gnu.org/software/gdbm/gdbm.html"
license=('GPL3') license=('GPL3')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
makedepends=('libreadline-devel') makedepends=('libreadline-devel' 'autotools')
source=(https://ftp.gnu.org/gnu/gdbm/${pkgname}-${pkgver}.tar.gz{,.sig} source=(https://ftp.gnu.org/gnu/gdbm/${pkgname}-${pkgver}.tar.gz{,.sig}
1.10-no-undefined.patch 1.10-no-undefined.patch
1.11-parallel-make.patch 1.11-parallel-make.patch

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64' 'arm' 'armv6h')
url="https://www.gnu.org/software/gengetopt/gengetopt.html" url="https://www.gnu.org/software/gengetopt/gengetopt.html"
license=("GPL") license=("GPL")
options=('!docs' '!makeflags') 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} source=(https://ftp.gnu.org/gnu/gengetopt/${pkgname}-${pkgver}.tar.xz{,.sig}
msysize.patch) msysize.patch)
sha256sums=('b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac' sha256sums=('b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac'

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://www.gnu.org/software/libc/libc.html" url="https://www.gnu.org/software/libc/libc.html"
license=('LGPL') license=('LGPL')
depends=('libargp') depends=('libargp')
makedepends=('libargp-devel') makedepends=('libargp-devel' 'autotools')
source=(getent-${pkgver}.tar.gz source=(getent-${pkgver}.tar.gz
cygwin-getent.patch cygwin-getent.patch
msysize.patch) msysize.patch)

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://www.gnu.org/software/gettext/" url="https://www.gnu.org/software/gettext/"
license=('GPL') license=('GPL')
groups=('base-devel') groups=('base-devel')
makedepends=('libiconv-devel') makedepends=('libiconv-devel' 'autotools')
options=(!docs) options=(!docs)
source=(https://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig} source=(https://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig}
0.19.8.1-autopoint-V.patch 0.19.8.1-autopoint-V.patch

View File

@ -24,6 +24,7 @@ depends=('curl'
'perl-Net-SMTP-SSL' 'perl-Net-SMTP-SSL'
'perl-TermReadKey') 'perl-TermReadKey')
makedepends=('asciidoc' makedepends=('asciidoc'
'autotools'
'docbook-xml' 'docbook-xml'
'docbook-xsl' 'docbook-xsl'
#'docbook2x' #'docbook2x'

View File

@ -9,7 +9,7 @@ url="https://www.gnu.org/software/global/"
license=('GPL3') license=('GPL3')
depends=("libltdl") depends=("libltdl")
optdepends=("ctags" "python3-pygments") optdepends=("ctags" "python3-pygments")
makedepends=("ncurses-devel") makedepends=("ncurses-devel" 'autotools')
options=(libtool !emptydirs) options=(libtool !emptydirs)
source=("https://ftp.gnu.org/gnu/global/${pkgname}-${pkgver}.tar.gz"{,.sig}) source=("https://ftp.gnu.org/gnu/global/${pkgname}-${pkgver}.tar.gz"{,.sig})
sha256sums=('69a0f77f53827c5568176c1d382166df361e74263a047f0b3058aa2f2ad58a3c' sha256sums=('69a0f77f53827c5568176c1d382166df361e74263a047f0b3058aa2f2ad58a3c'

View File

@ -9,6 +9,7 @@ groups=('libraries')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://gmplib.org/" url="https://gmplib.org/"
license=('LGPL3') license=('LGPL3')
makedepends=('autotools')
install=gmp.install install=gmp.install
source=(https://gmplib.org/download/gmp-${pkgver}/gmp-${pkgver}.tar.xz{,.sig}) source=(https://gmplib.org/download/gmp-${pkgver}/gmp-${pkgver}.tar.xz{,.sig})
sha256sums=('fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2' sha256sums=('fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2'

View File

@ -7,7 +7,7 @@ pkgdesc="Documentation utilities for Gnome"
arch=('any') arch=('any')
license=('GPL' 'LGPL') license=('GPL' 'LGPL')
depends=('libxslt' 'python' 'docbook-xml' 'rarian') 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" url="https://www.gnome.org"
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
0.18.0-abs_top_srcdir.patch 0.18.0-abs_top_srcdir.patch

View File

@ -6,7 +6,7 @@ pkgver=0.7.1
pkgrel=1 pkgrel=1
pkgdesc="GNU rewrite of netcat, the network piping application" pkgdesc="GNU rewrite of netcat, the network piping application"
depends=('info') depends=('info')
makedepends=('texinfo') makedepends=('texinfo' 'autotools')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://netcat.sourceforge.io/" url="https://netcat.sourceforge.io/"
license=('GPL') license=('GPL')

View File

@ -26,6 +26,7 @@ makedepends=('gettext-devel'
'libunistring-devel' 'libunistring-devel'
'nettle' 'nettle'
'tar' 'tar'
'autotools'
'zlib-devel') 'zlib-devel')
optdepends=('curl: gpg2keys_curl') optdepends=('curl: gpg2keys_curl')
depends=('bzip2' depends=('bzip2'

View File

@ -10,6 +10,7 @@ arch=('x86_64' 'i686')
license=('GPL3' 'LGPL2.1') license=('GPL3' 'LGPL2.1')
url="https://www.gnutls.org/" url="https://www.gnutls.org/"
makedepends=('gtk-doc' makedepends=('gtk-doc'
'autotools'
'gettext-devel' 'gettext-devel'
'libidn2-devel' 'libidn2-devel'
'libiconv-devel' 'libiconv-devel'

View File

@ -9,7 +9,7 @@ url="https://www.gnu.org/software/gperf/"
license=('GPL3') license=('GPL3')
groups=('base-devel') groups=('base-devel')
depends=('gcc-libs' 'info') depends=('gcc-libs' 'info')
makedepends=('gcc' 'texinfo') makedepends=('gcc' 'texinfo' 'autotools')
install=gperf.install install=gperf.install
source=("https://ftp.gnu.org/pub/gnu/gperf/${pkgname}-${pkgver}.tar.gz"{,.sig}) source=("https://ftp.gnu.org/pub/gnu/gperf/${pkgname}-${pkgver}.tar.gz"{,.sig})
sha256sums=('588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2' sha256sums=('588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2'

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://gnupg.org/related_software/gpgme/" url="https://gnupg.org/related_software/gpgme/"
license=('LGPL') license=('LGPL')
depends=('libassuan' 'libgpg-error' 'gnupg') 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') options=('!libtool' '!emptydirs')
source=(https://gnupg.org/ftp/gcrypt/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2{,.sig} source=(https://gnupg.org/ftp/gcrypt/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2{,.sig}
gpgme-1.4.2-msys2.patch) gpgme-1.4.2-msys2.patch)

View File

@ -20,7 +20,7 @@ license=('GPL3')
url="https://www.gnu.org/software/grep/" url="https://www.gnu.org/software/grep/"
groups=('base-devel') groups=('base-devel')
depends=('libiconv' 'libintl' 'libpcre' 'sh') 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 install=${pkgname}.install
source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig} source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
grep-2.23-msys2.patch grep-2.23-msys2.patch

View File

@ -9,7 +9,7 @@ url="https://www.gnu.org/software/groff/groff.html"
license=('GPL') license=('GPL')
groups=('base-devel') groups=('base-devel')
depends=('perl' 'gcc-libs') depends=('perl' 'gcc-libs')
makedepends=() makedepends=('autotools')
optdepends=() optdepends=()
source=(https://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig} source=(https://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
site.tmac site.tmac

View File

@ -20,6 +20,7 @@ depends=("docbook-xsl"
makedepends=("pkg-config" makedepends=("pkg-config"
"glib2-devel" "glib2-devel"
'itstool' 'itstool'
'autotools'
) )
source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
sha256sums=('cc1b709a20eb030a278a1f9842a362e00402b7f834ae1df4c1998a723152bf43') sha256sums=('cc1b709a20eb030a278a1f9842a362e00402b7f834ae1df4c1998a723152bf43')

View File

@ -8,7 +8,7 @@ pkgdesc="a portable, embeddable Scheme implementation written in C"
url="https://www.gnu.org/software/guile/" url="https://www.gnu.org/software/guile/"
arch=(i686 x86_64) arch=(i686 x86_64)
license=('GPL') 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" source=("https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"
0002-Remove-version-in-file-name-of-dynamic-library-guile.patch 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 0101-In-tests-add-dynamic-link-to-msys-2.0-for-host-type-msys.patch

View File

@ -9,6 +9,7 @@ url="https://www.gnu.org/software/gzip/"
license=('GPL3') license=('GPL3')
groups=('compression') groups=('compression')
depends=('bash' 'less') depends=('bash' 'less')
makedepends=('autotools')
install=gzip.install install=gzip.install
source=(https://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz{,.sig} source=(https://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz{,.sig}
'gzip-1.6-msys2.patch') 'gzip-1.6-msys2.patch')

View File

@ -8,7 +8,7 @@ pkgdesc="Implementation of Kerberos V5 libraries"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.h5l.org/" url="https://www.h5l.org/"
license=('custom') 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') options=('!libtool' '!emptydirs' 'staticlibs')
groups=('net-utils') groups=('net-utils')
source=(https://github.com/heimdal/heimdal/archive/heimdal-${pkgver}.tar.gz source=(https://github.com/heimdal/heimdal/archive/heimdal-${pkgver}.tar.gz

View File

@ -9,6 +9,7 @@ url="https://www.gnu.org/software/help2man/"
license=('GPL') license=('GPL')
groups=('base-devel') groups=('base-devel')
depends=('perl-Locale-Gettext' 'libintl') depends=('perl-Locale-Gettext' 'libintl')
makedepends=('autotools')
install=help2man.install install=help2man.install
source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig} source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
1.40.4-cygwin-nls.patch) 1.40.4-cygwin-nls.patch)

View File

@ -11,6 +11,7 @@ arch=('i686' 'x86_64')
url="https://github.com/LonnyGomes/hexcurse" url="https://github.com/LonnyGomes/hexcurse"
license=('GPL') license=('GPL')
depends=('ncurses') depends=('ncurses')
makedepends=('autotools')
options=('!makeflags') options=('!makeflags')
source=("${pkgname}-${pkgver}.tgz::https://github.com/LonnyGomes/hexcurse/archive/v${pkgver}.tar.gz" source=("${pkgname}-${pkgver}.tgz::https://github.com/LonnyGomes/hexcurse/archive/v${pkgver}.tar.gz"
hexcurse-1.60.0-msys2-automake-version.diff hexcurse-1.60.0-msys2-automake-version.diff

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://icu.unicode.org" url="https://icu.unicode.org"
license=('custom:"icu"') license=('custom:"icu"')
depends=('gcc-libs' 'sh') 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} source=("https://github.com/unicode-org/${pkgname}/releases/download/release-${pkgver//./-}/${pkgname}4c-${pkgver//./_}-src.tgz"{,.asc}
toolutil-Makefile-ln-force.patch toolutil-Makefile-ln-force.patch
icu-59.1-msys2.patch) icu-59.1-msys2.patch)

View File

@ -1,4 +1,4 @@
# Maintainer: João Guerra <joca.bt@gmail.com> # Maintainer: Jo<EFBFBD>o Guerra <joca.bt@gmail.com>
pkgname="idutils" pkgname="idutils"
pkgver="4.6" pkgver="4.6"
@ -7,6 +7,7 @@ pkgdesc="A fast, high-capacity, identifier database tool"
arch=("i686" "x86_64") arch=("i686" "x86_64")
url="https://www.gnu.org/software/idutils/" url="https://www.gnu.org/software/idutils/"
license=("GPL3") license=("GPL3")
makedepends=('autotools')
source=("https://ftp.gnu.org/gnu/idutils/${pkgname}-${pkgver}.tar.xz") source=("https://ftp.gnu.org/gnu/idutils/${pkgname}-${pkgver}.tar.xz")
sha256sums=('8181f43a4fb62f6f0ccf3b84dbe9bec71ecabd6dfdcf49c6b5584521c888aac2') sha256sums=('8181f43a4fb62f6f0ccf3b84dbe9bec71ecabd6dfdcf49c6b5584521c888aac2')

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://www.gnu.org/software/inetutils/" url="https://www.gnu.org/software/inetutils/"
license=('GPL3') license=('GPL3')
depends=('gcc-libs' 'libintl' 'libcrypt' 'libreadline' 'ncurses' 'tftp-hpa') 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') options=('!emptydirs')
install=inetutils.install install=inetutils.install
source=(https://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.xz source=(https://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.xz

View File

@ -8,7 +8,7 @@ license=('GPL3')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://edge.launchpad.net/intltool" url="https://edge.launchpad.net/intltool"
groups=('base-devel') groups=('base-devel')
makedepends=('perl') makedepends=('perl' 'autotools')
depends=('perl-XML-Parser') depends=('perl-XML-Parser')
source=(https://edge.launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc} source=(https://edge.launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc}
perl-5.22-compatibility.patch) perl-5.22-compatibility.patch)

View File

@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/iperf2/" url="https://sourceforge.net/projects/iperf2/"
license=('custom') license=('custom')
depends=('gcc-libs') depends=('gcc-libs')
makedepends=('autotools')
source=("https://downloads.sourceforge.net/iperf2/iperf-$pkgver.tar.gz") source=("https://downloads.sourceforge.net/iperf2/iperf-$pkgver.tar.gz")
sha256sums=('c88adec966096a81136dda91b4bd19c27aae06df4d45a7f547a8e50d723778ad') sha256sums=('c88adec966096a81136dda91b4bd19c27aae06df4d45a7f547a8e50d723778ad')

View File

@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://github.com/esnet/iperf" url="https://github.com/esnet/iperf"
license=('BSD') license=('BSD')
depends=('gcc-libs' 'openssl') depends=('gcc-libs' 'openssl')
makedepends=('openssl-devel') makedepends=('openssl-devel' 'autotools')
source=("https://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz") source=("https://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz")
sha256sums=('24b63a26382325f759f11d421779a937b63ca1bc17c44587d2fcfedab60ac038') sha256sums=('24b63a26382325f759f11d421779a937b63ca1bc17c44587d2fcfedab60ac038')

View File

@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
url="https://irssi.org/" url="https://irssi.org/"
license=('GPL') license=('GPL')
depends=('openssl' 'gettext' 'perl' 'ncurses' 'glib2') 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') optdepends=('perl-libwww: for the scriptassist script')
backup=('etc/irssi.conf') backup=('etc/irssi.conf')
source=("https://github.com/irssi/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc} source=("https://github.com/irssi/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://isl.gforge.inria.fr/" url="https://isl.gforge.inria.fr/"
groups=('libraries') groups=('libraries')
depends=('gmp') depends=('gmp')
makedepends=('gmp-devel') makedepends=('gmp-devel' 'autotools')
license=('MIT') license=('MIT')
source=(http://isl.gforge.inria.fr/${pkgbase}-${pkgver}.tar.xz source=(http://isl.gforge.inria.fr/${pkgbase}-${pkgver}.tar.xz
isl-0.12.1-msys2.patch isl-0.12.1-msys2.patch

View File

@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
url="http://itstool.org/" url="http://itstool.org/"
license=("GPL3") license=("GPL3")
depends=("python" "libxml2" "libxml2-python") depends=("python" "libxml2" "libxml2-python")
makedepends=('autotools')
source=(http://files.itstool.org/itstool/${pkgname}-${pkgver}.tar.bz2 source=(http://files.itstool.org/itstool/${pkgname}-${pkgver}.tar.bz2
fix-segfault.patch fix-segfault.patch
itstool-2.0.5-fix-crash-wrong-encoding.patch) itstool-2.0.5-fix-crash-wrong-encoding.patch)

View File

@ -8,6 +8,7 @@ pkgdesc='C library for encoding, decoding and manipulating JSON data'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='https://www.digip.org/jansson/' url='https://www.digip.org/jansson/'
license=('MIT') license=('MIT')
makedepends=('autotools')
options=('staticlibs') options=('staticlibs')
source=("https://github.com/akheron/jansson/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.asc} source=("https://github.com/akheron/jansson/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.asc}
"jansson-2.12-msys2.patch") "jansson-2.12-msys2.patch")

View File

@ -8,7 +8,7 @@ license=('GPL3')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://www.greenwoodsoftware.com/less" url="http://www.greenwoodsoftware.com/less"
depends=('ncurses' 'libpcre') depends=('ncurses' 'libpcre')
makedepends=('ncurses-devel' 'pcre-devel') makedepends=('ncurses-devel' 'pcre-devel' 'autotools')
source=("http://www.greenwoodsoftware.com/${pkgname}/${pkgname}-${pkgver}.tar.gz") source=("http://www.greenwoodsoftware.com/${pkgname}/${pkgname}-${pkgver}.tar.gz")
# pgp check still fails with FAILED (unknown public key F153A7C833235259) # pgp check still fails with FAILED (unknown public key F153A7C833235259)
# "$pkgname-$pkgver.tar.gz.sig::http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.sig") # "$pkgname-$pkgver.tar.gz.sig::http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.sig")

View File

@ -22,6 +22,7 @@ depends=('gcc-libs'
'openssh' 'openssh'
'zlib') 'zlib')
makedepends=('gcc' makedepends=('gcc'
'autotools'
'gettext-devel' 'gettext-devel'
'libexpat-devel' 'libexpat-devel'
'libgnutls-devel' 'libgnutls-devel'

View File

@ -9,7 +9,7 @@ url="https://libarchive.org/"
license=('BSD') license=('BSD')
groups=('libraries') groups=('libraries')
depends=('gcc-libs' 'libbz2' 'libiconv' 'libexpat' 'liblzma' 'liblz4' 'libnettle' 'libxml2' 'libzstd' 'zlib') 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') options=('!strip' 'debug' 'libtool')
source=("https://github.com/libarchive/libarchive/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc} source=("https://github.com/libarchive/libarchive/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
'libarchive-3.3.2-bcrypt-fix.patch' 'libarchive-3.3.2-bcrypt-fix.patch'

View File

@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
pkgdesc="Interface for parsing command-line arguments" pkgdesc="Interface for parsing command-line arguments"
url="https://www.gnu.org/software/libc/libc.html" url="https://www.gnu.org/software/libc/libc.html"
license=('GPL' 'LGPL') license=('GPL' 'LGPL')
makedepends=('autotools')
source=(${_realname}-${pkgver}.tar.bz2 source=(${_realname}-${pkgver}.tar.bz2
${_realname}-so.patch ${_realname}-so.patch
${_realname}-optional-variables.patch ${_realname}-optional-variables.patch

View File

@ -8,7 +8,7 @@ pkgdesc="A IPC library used by some GnuPG related software"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://gnupg.org/related_software/libassuan" url="https://gnupg.org/related_software/libassuan"
license=('GPL') license=('GPL')
makedepends=('libgpg-error-devel') makedepends=('libgpg-error-devel' 'autotools')
options=('strip' 'libtool') options=('strip' 'libtool')
source=(https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig} source=(https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
'msysize.patch') 'msysize.patch')

View File

@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="Provides semi-portable access to hardware provided atomic memory operations" pkgdesc="Provides semi-portable access to hardware provided atomic memory operations"
arch=('any') arch=('any')
url="https://www.hboehm.info/gc" url="https://www.hboehm.info/gc"
makedepends=('autotools')
license=('GPL2' 'MIT') license=('GPL2' 'MIT')
source=("https://github.com/ivmai/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.gz" source=("https://github.com/ivmai/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.gz"
libatomic_ops-7.6.6-msysize.patch) libatomic_ops-7.6.6-msysize.patch)

View File

@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
license=('BSD') license=('BSD')
url="https://www.thrysoee.dk/editline/" url="https://www.thrysoee.dk/editline/"
depends=('ncurses' 'sh') depends=('ncurses' 'sh')
makedepends=('ncurses-devel') makedepends=('ncurses-devel' 'autotools')
options=('staticlibs') options=('staticlibs')
source=(https://www.thrysoee.dk/editline/${pkgname}-${_snap_date}-${_base_ver}.tar.gz source=(https://www.thrysoee.dk/editline/${pkgname}-${_snap_date}-${_base_ver}.tar.gz
libedit-20191231-3.1.patch libedit-20191231-3.1.patch

Some files were not shown because too many files have changed in this diff Show More