autoconf-2.13: adopted port

This commit is contained in:
Tim Biermann 2023-08-27 17:50:34 +02:00
parent 14c384e4db
commit 03a58ad2db
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 12 additions and 11 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zJsjuF83/3e8H0nrW3bQpUJ/1WBN8NpyYgKPk/tNAEw3aCt+EIKuxJyYhR0qAgb9eiKeyYjUK+0MbIy4yPN5QY=
SHA256 (Pkgfile) = 1747b94b1e4d858dca8fe928413239a84a34b7cb73713ab889c6884b0ef4e47b
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/WKZOXb7vxzUwWcwBBKDVKG/0xhDa6p4VNJip7oKY1TUh+XBXa/0WvPStkbMtq9xq4FFXShylyix5oNexQpA7wA=
SHA256 (Pkgfile) = 853893f4e177fd1e9a54f16d5c263f08be46396bd29d76baf721ef954c4b8271
SHA256 (.footprint) = 2582ece0d8ff83bf96bdca8eb0e4d81785fc6f6548a05915beb3849f49255887
SHA256 (autoconf-2.13.tar.gz) = f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e

View File

@ -1,16 +1,17 @@
# Description: A package of M4 macros to produce scripts to automatically configure sourcecode. (2.13 version)
# URL: http://www.gnu.org/software/autoconf
# Maintainer: Danny Rawlins, crux at romster dot me
# URL: https://www.gnu.org/software/autoconf
# Maintainer: Tim Biermann, tbier at posteo dot de
name=autoconf-2.13
version=2.13
release=1
source=(ftp://ftp.gnu.org/gnu/autoconf/autoconf-$version.tar.gz)
source=(https://mirror.fcix.net/gnu/autoconf/autoconf-$version.tar.gz)
build () {
cd autoconf-$version
./configure --prefix=/usr --program-suffix=-2.13
./configure --prefix=/usr \
--program-suffix=-2.13
make
make prefix=$PKG/usr install