aboutsummaryrefslogtreecommitdiffstats
path: root/testing/man-db
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-12 15:04:55 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-12 20:03:59 -0300
commit43dee569f967fa54ac4545bf43ec7ba964627b96 (patch)
tree8cc0a38e240b5b6665d41bef15baaa2459718cb2 /testing/man-db
parent7bfe150753b1c38c65a72af09b080cfed6eb97b1 (diff)
downloadaports-43dee569f967fa54ac4545bf43ec7ba964627b96.tar.bz2
aports-43dee569f967fa54ac4545bf43ec7ba964627b96.tar.xz
testing/man-db: upgrade to 2.8.5
Diffstat (limited to 'testing/man-db')
-rw-r--r--testing/man-db/APKBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/testing/man-db/APKBUILD b/testing/man-db/APKBUILD
index 34795b73e3..adbffd8982 100644
--- a/testing/man-db/APKBUILD
+++ b/testing/man-db/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer:
pkgname=man-db
-pkgver=2.8.2
+pkgver=2.8.5
pkgrel=0
pkgdesc="The man command and related utilities for examining on-line help files"
url="http://www.nongnu.org/man-db/"
@@ -14,7 +14,6 @@ source="http://download.savannah.nongnu.org/releases/man-db/man-db-$pkgver.tar.x
triggers="man-db.trigger=/usr/share/man"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -25,15 +24,14 @@ build() {
--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-db=db \
+ --with-systemdsystemunitdir=no \
+ --with-systemdtmpfilesdir=no
make
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
- rm "${pkgdir}"/usr/lib/charset.alias
- rm -r "${pkgdir}"/usr/lib/tmpfiles.d # systemd
}
-sha512sums="ffd6c3ba605da419c819dcad10edf713242074a035ce405f4c97dbbd2a7e9b253f82efae1022d08d9f04591014e752ff38a3f8727e5a5cf60d33a9167cc2d8fc man-db-2.8.2.tar.xz"
+sha512sums="8d1524c3b6459c9ac02d969149c18c198cb171bcd6acc493e863a466c01309958ee9f5ac52df4d7d27da29d35cb7c64132732f5b969181ab336500df2e6dad69 man-db-2.8.5.tar.xz"