mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
automake: update to 1.16.2.
This commit is contained in:
parent
9879e4eb87
commit
f546a05b94
1 changed files with 8 additions and 6 deletions
|
@ -1,21 +1,23 @@
|
||||||
# Template file for 'automake'
|
# Template file for 'automake'
|
||||||
# NOTE: also update common/environment/configure/automake when updating!
|
# NOTE: also update common/environment/configure/automake when updating!
|
||||||
pkgname=automake
|
pkgname=automake
|
||||||
version=1.16.1
|
version=1.16.2
|
||||||
revision=3
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="perl autoconf"
|
hostmakedepends="perl autoconf"
|
||||||
|
checkdepends="cscope dejagnu emacs expect flex gettext-devel glib-devel libtool perl pkg-config
|
||||||
|
sharutils texinfo vala lzip xz zip zstd"
|
||||||
|
make_check_args="-j$(nproc)"
|
||||||
depends="${hostmakedepends}"
|
depends="${hostmakedepends}"
|
||||||
short_desc="GNU Standards-compliant Makefile generator"
|
short_desc="GNU Standards-compliant Makefile generator"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.gnu.org/software/automake"
|
homepage="https://www.gnu.org/software/automake"
|
||||||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=5d05bb38a23fd3312b10aea93840feec685bdf4a41146e78882848165d3ae921
|
checksum=ccc459de3d710e066ab9e12d2f119bd164a08c9341ca24ba22c9adaa179eedd0
|
||||||
|
|
||||||
do_check() {
|
pre_check() {
|
||||||
# taken from http://www.linuxfromscratch.org/lfs/view/development/chapter06/automake.html
|
# taken from http://www.linuxfromscratch.org/lfs/view/development/chapter06/automake.html
|
||||||
sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &:" t/lex-{clean,depend}-cxx.sh
|
vsed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &:" t/lex-{clean,depend}-cxx.sh
|
||||||
make -j4 check
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue