man-db: update to 2.6.0.
This commit is contained in:
parent
ac75e3c305
commit
162e484254
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'man-db'
|
||||
pkgname=man-db
|
||||
version=2.5.9
|
||||
version=2.6.0
|
||||
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-db=gdbm --with-pager=less --with-gzip=/usr/bin/gzip
|
||||
--with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix
|
||||
--with-lzma=/usr/bin/lzma --with-xz=/usr/bin/xz --disable-setuid
|
||||
--enable-socketpair-pipe --without-included-regex --enable-automatic-create"
|
||||
--without-included-regex --enable-automatic-create"
|
||||
short_desc="The on-line manual database"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=c657865c3ec7ce4bd94064602b12358d0037ba938da450d7a524504f60be20f1
|
||||
checksum=0b7e423df53f95715efe0d1182bee4d4eea41289d696a6dd7324f6cacd04157c
|
||||
long_desc="
|
||||
man-db is an implementation of the standard Unix documentation system
|
||||
accessed using the man command. It uses a Berkeley DB database in place of
|
||||
|
@ -22,9 +22,14 @@ conf_files="/etc/man_db.conf"
|
|||
Add_dependency run glibc
|
||||
Add_dependency run gdbm
|
||||
Add_dependency run zlib
|
||||
Add_dependency run libpipeline
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build gettext
|
||||
Add_dependency build gdbm-devel
|
||||
Add_dependency build zlib-devel
|
||||
Add_dependency build libpipeline-devel
|
||||
|
||||
Add_dependency full bzip2
|
||||
Add_dependency full gzip
|
||||
Add_dependency full less
|
||||
|
|
|
@ -680,8 +680,8 @@ libxml++-2.6.so libxml++ libxml++-devel
|
|||
libftgl.so ftgl ftgl-devel
|
||||
libGLEW.so.1 glew glew-devel
|
||||
liblightspark.so.0 lightspark
|
||||
libman-2.5.9.so man-db
|
||||
libmandb-2.5.9.so man-db
|
||||
libman-2.6.0.so man-db
|
||||
libmandb-2.6.0.so man-db
|
||||
libsndfile.so libsndfile libsndfile-devel
|
||||
libspeex.so libspeex speex-devel
|
||||
libspeexdsp.so libspeex speex-devel
|
||||
|
@ -806,3 +806,4 @@ libatspi.so at-spi2-core at-spi2-core-devel
|
|||
libmutter.so mutter mutter-devel
|
||||
libvte2_90.so vte3 vte3-devel
|
||||
libgnome-media-profiles-3.0.so libgnome-media-profiles libgnome-media-profiles-devel
|
||||
libpipeline.so libpipeline libpipeline-devel
|
||||
|
|
Loading…
Reference in New Issue