aboutsummaryrefslogtreecommitdiffstats
path: root/testing/man-db
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-09 08:55:11 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-09 08:55:11 +0100
commitbc987c0bdfc7110dd7baa7eee7f67188d99bd51c (patch)
tree054bad7413cfa86179f669e7fa1afeef54370b95 /testing/man-db
parent09ec8d5dc79532025ff6baef7a6398a0b1346cd2 (diff)
downloadaports-bc987c0bdfc7110dd7baa7eee7f67188d99bd51c.tar.bz2
aports-bc987c0bdfc7110dd7baa7eee7f67188d99bd51c.tar.xz
community/man-db: move from testing
Diffstat (limited to 'testing/man-db')
-rw-r--r--testing/man-db/APKBUILD38
-rw-r--r--testing/man-db/man-db.trigger3
2 files changed, 0 insertions, 41 deletions
diff --git a/testing/man-db/APKBUILD b/testing/man-db/APKBUILD
deleted file mode 100644
index b681d8a04f..0000000000
--- a/testing/man-db/APKBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# Contributor: A. Wilcox <awilfox@adelielinux.org>
-# Maintainer: Leo <thinkabit.ukim@gmail.com>
-pkgname=man-db
-pkgver=2.9.0
-pkgrel=0
-pkgdesc="The man command and related utilities for examining on-line help files"
-url="http://www.nongnu.org/man-db/"
-arch="all"
-license="GPL-2.0-or-later"
-depends="groff less"
-makedepends="db-dev gettext-dev libpipeline-dev zlib-dev libseccomp-dev"
-subpackages="$pkgname-lang $pkgname-doc"
-source="http://download.savannah.nongnu.org/releases/man-db/man-db-$pkgver.tar.xz"
-triggers="man-db.trigger=/usr/share/man"
-
-build() {
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var \
- --disable-setuid \
- --with-sections="1 1p 1x 2 2x 3 3p 3x 4 4x 5 5x 6 6x 7 7x 8 8x 9 0p tcl n l p o" \
- --enable-nls \
- --with-db=db \
- --with-systemdsystemunitdir=no \
- --with-systemdtmpfilesdir=no \
- --with-libseccomp
- make
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="7deb4421c7944276c6edf974b1336ee2f6605ee470c98d374544e2fcaa32ec2afe077c5fd020fc1f74df058384a293b8ad5a92d86b1c15a949573af46ba09cda man-db-2.9.0.tar.xz"
diff --git a/testing/man-db/man-db.trigger b/testing/man-db/man-db.trigger
deleted file mode 100644
index fb76aa38c9..0000000000
--- a/testing/man-db/man-db.trigger
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-exec /usr/bin/mandb /usr/share/man