Merge pull request #2745 from lazka/base-devel-no-autotools
Remove autotools from base-devel
This commit is contained in:
commit
3b4e4402b7
@ -3,12 +3,11 @@
|
|||||||
|
|
||||||
pkgname=autoconf
|
pkgname=autoconf
|
||||||
pkgver=2.71
|
pkgver=2.71
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A GNU tool for automatically configuring source code"
|
pkgdesc="A GNU tool for automatically configuring source code"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL2' 'GPL3' 'custom')
|
license=('GPL2' 'GPL3' 'custom')
|
||||||
url="https://www.gnu.org/software/autoconf"
|
url="https://www.gnu.org/software/autoconf"
|
||||||
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' 'make')
|
makedepends=('gcc-fortran' 'make')
|
||||||
|
|||||||
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
pkgname=autoconf2.13
|
pkgname=autoconf2.13
|
||||||
pkgver=2.13
|
pkgver=2.13
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="A GNU tool for automatically configuring source code"
|
pkgdesc="A GNU tool for automatically configuring source code"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL2' 'GPL3' 'custom')
|
license=('GPL2' 'GPL3' 'custom')
|
||||||
url="https://www.gnu.org/software/autoconf"
|
url="https://www.gnu.org/software/autoconf"
|
||||||
groups=('base-devel')
|
|
||||||
depends=('awk' 'm4' 'diffutils' 'bash' 'perl')
|
depends=('awk' 'm4' 'diffutils' 'bash' 'perl')
|
||||||
makedepends=('make')
|
makedepends=('make')
|
||||||
# for test-suite
|
# for test-suite
|
||||||
|
|||||||
@ -2,11 +2,10 @@
|
|||||||
|
|
||||||
pkgname=autogen
|
pkgname=autogen
|
||||||
pkgver=5.18.16
|
pkgver=5.18.16
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text"
|
pkgdesc="A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://autogen.sourceforge.io/"
|
url="https://autogen.sourceforge.io/"
|
||||||
groups=('base-devel')
|
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
makedepends=('gcc' 'gmp-devel' 'libcrypt-devel' 'libffi-devel' 'libgc-devel' 'libguile-devel' 'libxml2-devel' 'make')
|
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')
|
||||||
@ -26,7 +25,7 @@ prepare() {
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
LDFLAGS+=' -Wl,--export-all-symbols'
|
LDFLAGS+=' -Wl,--export-all-symbols'
|
||||||
CFLAGS+=" -Wno-implicit-fallthrough -Wno-format-overflow -Wno-format-truncation"
|
CFLAGS+=" -Wno-implicit-fallthrough -Wno-format-overflow -Wno-format-truncation -Wno-char-subscripts"
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
./configure \
|
./configure \
|
||||||
--build=${CHOST} \
|
--build=${CHOST} \
|
||||||
|
|||||||
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
pkgname=automake-wrapper
|
pkgname=automake-wrapper
|
||||||
pkgver=11
|
pkgver=11
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Wrapper scripts for automake and aclocal"
|
pkgdesc="Wrapper scripts for automake and aclocal"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="https://www.gentoo.org/"
|
url="https://www.gentoo.org/"
|
||||||
groups=('base-devel')
|
|
||||||
depends=('bash' 'gawk'
|
depends=('bash' 'gawk'
|
||||||
#'automake1.4'
|
#'automake1.4'
|
||||||
#'automake1.5'
|
#'automake1.5'
|
||||||
|
|||||||
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
pkgname=automake1.10
|
pkgname=automake1.10
|
||||||
pkgver=1.10.3
|
pkgver=1.10.3
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="A GNU tool for automatically creating Makefiles"
|
pkgdesc="A GNU tool for automatically creating Makefiles"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="https://www.gnu.org/software/automake"
|
url="https://www.gnu.org/software/automake"
|
||||||
groups=('base-devel')
|
|
||||||
depends=('perl' 'bash')
|
depends=('perl' 'bash')
|
||||||
makedepends=('autoconf' 'make')
|
makedepends=('autoconf' 'make')
|
||||||
checkdepends=('dejagnu')
|
checkdepends=('dejagnu')
|
||||||
|
|||||||
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
pkgname=automake1.11
|
pkgname=automake1.11
|
||||||
pkgver=1.11.6
|
pkgver=1.11.6
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="A GNU tool for automatically creating Makefiles"
|
pkgdesc="A GNU tool for automatically creating Makefiles"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="https://www.gnu.org/software/automake"
|
url="https://www.gnu.org/software/automake"
|
||||||
groups=('base-devel')
|
|
||||||
depends=('perl' 'bash')
|
depends=('perl' 'bash')
|
||||||
makedepends=('autoconf' 'make')
|
makedepends=('autoconf' 'make')
|
||||||
checkdepends=('dejagnu')
|
checkdepends=('dejagnu')
|
||||||
|
|||||||
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
pkgname=automake1.12
|
pkgname=automake1.12
|
||||||
pkgver=1.12.6
|
pkgver=1.12.6
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="A GNU tool for automatically creating Makefiles"
|
pkgdesc="A GNU tool for automatically creating Makefiles"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="https://www.gnu.org/software/automake"
|
url="https://www.gnu.org/software/automake"
|
||||||
groups=('base-devel')
|
|
||||||
depends=('perl' 'bash')
|
depends=('perl' 'bash')
|
||||||
makedepends=('autoconf' 'make')
|
makedepends=('autoconf' 'make')
|
||||||
checkdepends=('dejagnu')
|
checkdepends=('dejagnu')
|
||||||
|
|||||||
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
pkgname=automake1.13
|
pkgname=automake1.13
|
||||||
pkgver=1.13.4
|
pkgver=1.13.4
|
||||||
pkgrel=5
|
pkgrel=6
|
||||||
pkgdesc="A GNU tool for automatically creating Makefiles"
|
pkgdesc="A GNU tool for automatically creating Makefiles"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="https://www.gnu.org/software/automake"
|
url="https://www.gnu.org/software/automake"
|
||||||
groups=('base-devel')
|
|
||||||
depends=('perl' 'bash')
|
depends=('perl' 'bash')
|
||||||
makedepends=('autoconf' 'make')
|
makedepends=('autoconf' 'make')
|
||||||
checkdepends=('dejagnu')
|
checkdepends=('dejagnu')
|
||||||
|
|||||||
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
pkgname=automake1.14
|
pkgname=automake1.14
|
||||||
pkgver=1.14.1
|
pkgver=1.14.1
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="A GNU tool for automatically creating Makefiles"
|
pkgdesc="A GNU tool for automatically creating Makefiles"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="https://www.gnu.org/software/automake"
|
url="https://www.gnu.org/software/automake"
|
||||||
groups=('base-devel')
|
|
||||||
depends=('perl' 'bash')
|
depends=('perl' 'bash')
|
||||||
makedepends=('autoconf' 'make')
|
makedepends=('autoconf' 'make')
|
||||||
checkdepends=('dejagnu')
|
checkdepends=('dejagnu')
|
||||||
|
|||||||
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
pkgname=automake1.15
|
pkgname=automake1.15
|
||||||
pkgver=1.15.1
|
pkgver=1.15.1
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="A GNU tool for automatically creating Makefiles"
|
pkgdesc="A GNU tool for automatically creating Makefiles"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="https://www.gnu.org/software/automake"
|
url="https://www.gnu.org/software/automake"
|
||||||
groups=('base-devel')
|
|
||||||
depends=('perl' 'bash')
|
depends=('perl' 'bash')
|
||||||
makedepends=('autoconf' 'make')
|
makedepends=('autoconf' 'make')
|
||||||
checkdepends=('dejagnu')
|
checkdepends=('dejagnu')
|
||||||
|
|||||||
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
pkgname=automake1.16
|
pkgname=automake1.16
|
||||||
pkgver=1.16.3
|
pkgver=1.16.3
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A GNU tool for automatically creating Makefiles"
|
pkgdesc="A GNU tool for automatically creating Makefiles"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="https://www.gnu.org/software/automake"
|
url="https://www.gnu.org/software/automake"
|
||||||
groups=('base-devel')
|
|
||||||
depends=('perl' 'bash')
|
depends=('perl' 'bash')
|
||||||
makedepends=('autoconf' 'make')
|
makedepends=('autoconf' 'make')
|
||||||
checkdepends=('dejagnu')
|
checkdepends=('dejagnu')
|
||||||
|
|||||||
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
pkgname=automake1.6
|
pkgname=automake1.6
|
||||||
pkgver=1.6.3
|
pkgver=1.6.3
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="A GNU tool for automatically creating Makefiles"
|
pkgdesc="A GNU tool for automatically creating Makefiles"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="https://www.gnu.org/software/automake"
|
url="https://www.gnu.org/software/automake"
|
||||||
groups=('base-devel')
|
|
||||||
depends=('perl' 'bash')
|
depends=('perl' 'bash')
|
||||||
makedepends=('autoconf' 'make')
|
makedepends=('autoconf' 'make')
|
||||||
checkdepends=('dejagnu')
|
checkdepends=('dejagnu')
|
||||||
|
|||||||
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
pkgname=automake1.7
|
pkgname=automake1.7
|
||||||
pkgver=1.7.9
|
pkgver=1.7.9
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="A GNU tool for automatically creating Makefiles"
|
pkgdesc="A GNU tool for automatically creating Makefiles"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="https://www.gnu.org/software/automake"
|
url="https://www.gnu.org/software/automake"
|
||||||
groups=('base-devel')
|
|
||||||
depends=('perl' 'bash')
|
depends=('perl' 'bash')
|
||||||
makedepends=('autoconf' 'make')
|
makedepends=('autoconf' 'make')
|
||||||
checkdepends=('dejagnu')
|
checkdepends=('dejagnu')
|
||||||
|
|||||||
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
pkgname=automake1.8
|
pkgname=automake1.8
|
||||||
pkgver=1.8.5
|
pkgver=1.8.5
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="A GNU tool for automatically creating Makefiles"
|
pkgdesc="A GNU tool for automatically creating Makefiles"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="https://www.gnu.org/software/automake"
|
url="https://www.gnu.org/software/automake"
|
||||||
groups=('base-devel')
|
|
||||||
depends=('perl' 'bash')
|
depends=('perl' 'bash')
|
||||||
makedepends=('autoconf' 'make')
|
makedepends=('autoconf' 'make')
|
||||||
checkdepends=('dejagnu')
|
checkdepends=('dejagnu')
|
||||||
|
|||||||
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
pkgname=automake1.9
|
pkgname=automake1.9
|
||||||
pkgver=1.9.6
|
pkgver=1.9.6
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="A GNU tool for automatically creating Makefiles"
|
pkgdesc="A GNU tool for automatically creating Makefiles"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="https://www.gnu.org/software/automake"
|
url="https://www.gnu.org/software/automake"
|
||||||
groups=('base-devel')
|
|
||||||
depends=('perl' 'bash')
|
depends=('perl' 'bash')
|
||||||
makedepends=('autoconf' 'make')
|
makedepends=('autoconf' 'make')
|
||||||
checkdepends=('dejagnu')
|
checkdepends=('dejagnu')
|
||||||
|
|||||||
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
pkgname=('libtool' 'libltdl')
|
pkgname=('libtool' 'libltdl')
|
||||||
pkgver=2.4.6
|
pkgver=2.4.6
|
||||||
_gccver=10.2.0
|
_gccver=11.2.0
|
||||||
pkgrel=11
|
pkgrel=12
|
||||||
pkgdesc="A generic library support script"
|
pkgdesc="A generic library support script"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://www.gnu.org/software/libtool/"
|
url="https://www.gnu.org/software/libtool/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
makedepends=("gcc=${_gccver}" 'autotools')
|
makedepends=("gcc>=${_gccver}" 'autotools')
|
||||||
source=(https://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig}
|
source=(https://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig}
|
||||||
#https://alpha.gnu.org/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
|
#${pkgname}-${pkgver}::git+https://git.savannah.gnu.org/git/libtool.git
|
||||||
@ -70,7 +70,6 @@ check() {
|
|||||||
|
|
||||||
package_libtool() {
|
package_libtool() {
|
||||||
depends=('sh' "libltdl=${pkgver}" 'tar')
|
depends=('sh' "libltdl=${pkgver}" 'tar')
|
||||||
groups=('base-devel')
|
|
||||||
install=libtool.install
|
install=libtool.install
|
||||||
|
|
||||||
cd ${srcdir}/${pkgbase}-${pkgver}
|
cd ${srcdir}/${pkgbase}-${pkgver}
|
||||||
|
|||||||
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
pkgname=m4
|
pkgname=m4
|
||||||
pkgver=1.4.19
|
pkgver=1.4.19
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="The GNU macro processor"
|
pkgdesc="The GNU macro processor"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://www.gnu.org/software/m4"
|
url="https://www.gnu.org/software/m4"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
groups=('base-devel')
|
|
||||||
depends=('bash' 'gcc-libs' 'libiconv')
|
depends=('bash' 'gcc-libs' 'libiconv')
|
||||||
makedepends=('libiconv-devel' 'autotools' 'gcc')
|
makedepends=('libiconv-devel' 'autotools' 'gcc')
|
||||||
source=(https://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz{,.sig}
|
source=(https://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz{,.sig}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user