aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-04-28 04:00:01 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-10 18:34:26 +0000
commitce7ef2d5e3843481acb8c58b259b58e67243b22d (patch)
tree4f5d32cef6b473e2bff4673765286d3ba3f421e6 /testing
parent41eacba245133f28d4b7588ca8910b7a6bbe6cc5 (diff)
downloadaports-ce7ef2d5e3843481acb8c58b259b58e67243b22d.tar.bz2
aports-ce7ef2d5e3843481acb8c58b259b58e67243b22d.tar.xz
community/autoconf-archive: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/autoconf-archive/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/autoconf-archive/APKBUILD b/testing/autoconf-archive/APKBUILD
deleted file mode 100644
index 0ac18c6e48..0000000000
--- a/testing/autoconf-archive/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Carlo Landmeter <clandmeter@gmail.com>
-# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
-pkgname=autoconf-archive
-pkgver=2019.01.06
-pkgrel=0
-pkgdesc="Collection of re-usable GNU Autoconf macros"
-url="https://www.gnu.org/software/autoconf-archive"
-arch="noarch"
-license="GPL-3.0-or-later"
-depends="autoconf"
-subpackages="$pkgname-doc"
-options="!check" # no tests
-source="https://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.xz"
-
-build() {
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var
- make
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="14bf8d0bf8be4a4dc078677de1977e496d4d9cf095bc897c174e331311b722cd3a34054e74c2146fff4b5c84269463e6a6fc61907d77d1c51bb221c8fb124fcb autoconf-archive-2019.01.06.tar.xz"