summaryrefslogtreecommitdiff
path: root/automake
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-07-28 11:02:51 +0200
committerJuergen Daubert <jue@jue.li>2021-07-28 11:02:51 +0200
commit49786e4df6cfc0250d969dded512585ae21a7448 (patch)
tree527b81f8ba2c3a524ac38fbf11e992b8c943ce68 /automake
parent7855876dbbf224e06fe8e2c03306b09cba5f577b (diff)
downloadcore-49786e4df6cfc0250d969dded512585ae21a7448.tar.gz
core-49786e4df6cfc0250d969dded512585ae21a7448.tar.xz
automake: update to 1.16.4
Diffstat (limited to 'automake')
-rw-r--r--automake/.signature6
-rw-r--r--automake/Pkgfile22
2 files changed, 14 insertions, 14 deletions
diff --git a/automake/.signature b/automake/.signature
index afc6af29..3167414c 100644
--- a/automake/.signature
+++ b/automake/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
-RWRJc1FUaeVeqqkTxcupI8OjRtRBEtwewDPhSNrQNBWvi2yXUQ7uw85NSvRiE5RX4wYpbjJCoPmZFQRJ9EaqNoK7axw+4wM7jQo=
-SHA256 (Pkgfile) = 646524564aa5879287e86d6f4228612fc08b7a5c90e360942ff2896588351e7e
+RWRJc1FUaeVeqtXhGHLbIlK6grBOf0utJJxluRTmwoqRosfddMdqkZ+uC4pMzLXnSFnbaLKIZzob/HAkTBq22sbKqxqXCaA/jgU=
+SHA256 (Pkgfile) = 0f053692e9fa34be2abab7a280eb3819eea9bb22270adeea6be406a2b009c425
SHA256 (.footprint) = ae6ec010cf38ff8acb9c0341aa7ec201b0b21dc712b084e20ac5e16689fdb214
-SHA256 (automake-1.16.3.tar.xz) = ff2bf7656c4d1c6fdda3b8bebb21f09153a736bcba169aaf65eab25fa113bf3a
+SHA256 (automake-1.16.4.tar.xz) = 80facc09885a57e6d49d06972c0ae1089c5fa8f4d4c7cfe5baea58e5085f136d
diff --git a/automake/Pkgfile b/automake/Pkgfile
index 1a157366..ecb5f2dd 100644
--- a/automake/Pkgfile
+++ b/automake/Pkgfile
@@ -1,21 +1,21 @@
# Description: A tool for automatically generating Makefiles
-# URL: http://www.gnu.org/software/automake/
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Depends on: gawk, perl, autoconf
+# URL: http://www.gnu.org/software/automake/
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Depends on: gawk perl autoconf
name=automake
-version=1.16.3
+version=1.16.4
release=1
source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
-build () {
- cd $name-$version
+build() {
+ cd $name-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
+ make
+ make DESTDIR=$PKG install
- rm -r $PKG/usr/share/{info,doc}
- rm $PKG/usr/share/automake-*/texinfo.tex
+ rm -r $PKG/usr/share/{info,doc}
+ rm $PKG/usr/share/automake-*/texinfo.tex
}

Generated by cgit