mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/man-db: Updated for version 2.8.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
b6357b9e47
commit
4525a8781c
2 changed files with 13 additions and 7 deletions
|
@ -6,6 +6,12 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20180208 bkw: update for man-db 2.8.0, libpipeline 1.5.0.
|
||||
# This may be the last SBo update, since Pat has imported man-db
|
||||
# into Slackware-current. Depends on how long it is from now until
|
||||
# the next release: I'll maintain this until SBo stops accepting
|
||||
# submissions for 14.2.
|
||||
|
||||
# 20170305 bkw:
|
||||
# - BUILD=2
|
||||
# - get rid of systemd-specific /usr/lib/tmpfiles.d from package.
|
||||
|
@ -40,7 +46,7 @@
|
|||
# - update README and README.Slackware slightly.
|
||||
|
||||
PRGNAM=man-db
|
||||
VERSION=${VERSION:-2.7.6.1}
|
||||
VERSION=${VERSION:-2.8.0}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -97,7 +103,7 @@ mkdir -p $TMP $PKG $OUTPUT
|
|||
# Instead of making it a separate build and external dep, we'll just
|
||||
# bundle it here.
|
||||
LIBNAM=libpipeline
|
||||
LIBVER=1.4.1
|
||||
LIBVER=1.5.0
|
||||
|
||||
cd $TMP
|
||||
rm -rf $LIBNAM-$LIBVER
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="man-db"
|
||||
VERSION="2.7.6.1"
|
||||
VERSION="2.8.0"
|
||||
HOMEPAGE="http://www.nongnu.org/man-db/"
|
||||
DOWNLOAD="http://download.savannah.gnu.org/releases/man-db/man-db-2.7.6.1.tar.xz \
|
||||
http://download.savannah.gnu.org/releases/libpipeline/libpipeline-1.4.1.tar.gz"
|
||||
MD5SUM="2948d49d0ed7265f60f83aa4a9ac9268 \
|
||||
e54590ec68d6c1239f67b5b44e92022c"
|
||||
DOWNLOAD="http://download.savannah.gnu.org/releases/man-db/man-db-2.8.0.tar.xz \
|
||||
http://download.savannah.gnu.org/releases/libpipeline/libpipeline-1.5.0.tar.gz"
|
||||
MD5SUM="2b7d6cf6350735544522859d93983fab \
|
||||
b7437a5020190cfa84f09c412db38902"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue