summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-02-16 23:55:06 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-02-19 19:03:03 (GMT)
commite1709677e5779e035df626feed810bf92085a0c2 (patch)
tree470254254c21bc53acf0afb1d69bcdf094308bd6
parenta5ab0f4ea7aea271cd87c75a9cdfac595dcc97b7 (diff)
downloadlinhes_pkgbuild-e1709677e5779e035df626feed810bf92085a0c2.zip
linhes_pkgbuild-e1709677e5779e035df626feed810bf92085a0c2.tar.gz
linhes_pkgbuild-e1709677e5779e035df626feed810bf92085a0c2.tar.bz2
man-db: 2.6.5
update binary path to /usr/bin refs #961
-rw-r--r--abs/core/man-db/PKGBUILD30
-rwxr-xr-xabs/core/man-db/man-db.cron.daily2
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 <andyrtr@archlinux.org>
# Contributor: Sergej Pupykin <sergej@aur.archlinux.org>
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