From e1709677e5779e035df626feed810bf92085a0c2 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Sun, 16 Feb 2014 17:55:06 -0600 Subject: man-db: 2.6.5 update binary path to /usr/bin refs #961 --- abs/core/man-db/PKGBUILD | 30 +++++++++++++++++------------- abs/core/man-db/man-db.cron.daily | 2 +- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/abs/core/man-db/PKGBUILD b/abs/core/man-db/PKGBUILD index b283a92..b9d5cda 100644 --- a/abs/core/man-db/PKGBUILD +++ b/abs/core/man-db/PKGBUILD @@ -1,42 +1,42 @@ -# $Id: PKGBUILD 166836 2012-09-19 19:45:35Z andyrtr $ +# $Id: PKGBUILD 197832 2013-10-30 11:05:56Z allan $ # Maintainer: Andreas Radke # Contributor: Sergej Pupykin pkgname=man-db -pkgver=2.6.3 +pkgver=2.6.5 pkgrel=1 pkgdesc="A utility for reading man pages" arch=('i686' 'x86_64') url="http://www.nongnu.org/man-db/" license=('GPL' 'LGPL') groups=('base') -depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline') -optdepends=('less' 'gzip') +depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline' 'less') +optdepends=('gzip') backup=('etc/man_db.conf' - 'etc/cron.daily/man-db') + 'etc/cron.daily/man-db') conflicts=('man') provides=('man') replaces=('man') install=${pkgname}.install source=(http://savannah.nongnu.org/download/man-db/$pkgname-$pkgver.tar.xz{,.sig} convert-mans man-db.cron.daily) -options=('!libtool') -md5sums=('a593a095599ae97bcacf8d038659a146' - '64975c20b1a6453f9b860ff7f916bcf1' - '2b7662a7d5b33fe91f9f3e034361a2f6' - 'd30c39ae47560304471b5461719e0f03') build() { cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \ - --with-db=gdbm --disable-setuid --enable-mandirs=GNU \ + ./configure --prefix=/usr \ + --sbindir=/usr/bin \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib \ + --with-db=gdbm \ + --disable-setuid \ + --enable-mandirs=GNU \ --with-sections="1 n l 8 3 0 2 5 4 9 6 7" make } check() { cd ${srcdir}/${pkgname}-${pkgver} - make check + make -k check } package() { @@ -54,3 +54,7 @@ package() { install -D -m744 ${srcdir}/man-db.cron.daily ${pkgdir}/etc/cron.daily/man-db } +md5sums=('36f59d9314b45a266ba350584b4d7cc1' + 'SKIP' + '2b7662a7d5b33fe91f9f3e034361a2f6' + '934fd047fecb915038bf4bf844ea609c') diff --git a/abs/core/man-db/man-db.cron.daily b/abs/core/man-db/man-db.cron.daily index 53e66e1..9b4abd8 100755 --- a/abs/core/man-db/man-db.cron.daily +++ b/abs/core/man-db/man-db.cron.daily @@ -12,7 +12,7 @@ IONICE_PRIORITY=7 UPDATEMANDB="/usr/bin/mandb --quiet" # Update the "whatis" database -#/usr/sbin/makewhatis -u -w +#/usr/bin/makewhatis -u -w # taken from Debian # man-db cron daily -- cgit v0.12