autoconf-2.13: removed, it's in opt now

This commit is contained in:
Juergen Daubert 2021-01-15 12:53:18 +01:00
parent cb56342ce0
commit f77693ba29
3 changed files with 0 additions and 46 deletions

View File

@ -1,23 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/autoconf-2.13
-rwxr-xr-x root/root usr/bin/autoheader-2.13
-rwxr-xr-x root/root usr/bin/autoreconf-2.13
-rwxr-xr-x root/root usr/bin/autoscan-2.13
-rwxr-xr-x root/root usr/bin/autoupdate-2.13
-rwxr-xr-x root/root usr/bin/ifnames-2.13
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/autoconf/
-rw-r--r-- root/root usr/share/autoconf/acconfig.h
-rw-r--r-- root/root usr/share/autoconf/acfunctions
-rw-r--r-- root/root usr/share/autoconf/acgeneral.m4
-rw-r--r-- root/root usr/share/autoconf/acheaders
-rw-r--r-- root/root usr/share/autoconf/acidentifiers
-rw-r--r-- root/root usr/share/autoconf/acmakevars
-rw-r--r-- root/root usr/share/autoconf/acoldnames.m4
-rw-r--r-- root/root usr/share/autoconf/acprograms
-rw-r--r-- root/root usr/share/autoconf/acspecific.m4
-rw-r--r-- root/root usr/share/autoconf/autoconf.m4
-rw-r--r-- root/root usr/share/autoconf/autoconf.m4f
-rw-r--r-- root/root usr/share/autoconf/autoheader.m4
-rw-r--r-- root/root usr/share/autoconf/autoheader.m4f

View File

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

View File

@ -1,18 +0,0 @@
# 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
name=autoconf-2.13
version=2.13
release=1
source=(ftp://ftp.gnu.org/gnu/autoconf/autoconf-$version.tar.gz)
build () {
cd autoconf-$version
./configure --prefix=/usr --program-suffix=-2.13
make
make prefix=$PKG/usr install
rm -r $PKG/usr/info
}