aboutsummaryrefslogtreecommitdiff
path: root/development/libb2/libb2.SlackBuild
diff options
context:
space:
mode:
authorManuel Argüelles <manuel.arguelles@gmail.com>2020-05-09 08:34:38 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-05-10 08:36:55 +0700
commitc6465c084e9e6ef87f3f5c7cd7fbd5d8ce974199 (patch)
tree542194adb7dd1e1ea19fd68756411cc27a78c255 /development/libb2/libb2.SlackBuild
parent64821bd7e999fd7c7ce2201c59daf77de8ade0b4 (diff)
development/libb2: Updated for version 0.98.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/libb2/libb2.SlackBuild')
-rw-r--r--development/libb2/libb2.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/libb2/libb2.SlackBuild b/development/libb2/libb2.SlackBuild
index 2cdf97a740473..3da3d9272f41a 100644
--- a/development/libb2/libb2.SlackBuild
+++ b/development/libb2/libb2.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libb2
-# Copyright Manuel Argüelles
+# Copyright 2020, Manuel Argüelles, Panamá City, Panamá
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libb2
-VERSION=${VERSION:-0.98}
+VERSION=${VERSION:-0.98.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -91,7 +91,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a COPYING $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install