summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Barry J. Grundy <bgrundyat>2022-05-20 01:48:22 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-21 08:25:18 +0700
commit651539365fa18d910ffd688227eb4ec9b3727bb3 (patch)
treeba10bfecbcc2af082d1bb74d12708c5a752f78a3 /libraries
parentc313ee59ad8f14064f404634e22ab90381b21631 (diff)
downloadslackbuilds-651539365fa18d910ffd688227eb4ec9b3727bb3.tar.gz
slackbuilds-651539365fa18d910ffd688227eb4ec9b3727bb3.tar.xz
libraries/libvshadow: Updated for version 20211114.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/libvshadow/README6
-rw-r--r--libraries/libvshadow/libvshadow.SlackBuild19
-rw-r--r--libraries/libvshadow/libvshadow.info6
3 files changed, 16 insertions, 15 deletions
diff --git a/libraries/libvshadow/README b/libraries/libvshadow/README
index a087ee24d6..2d242827b4 100644
--- a/libraries/libvshadow/README
+++ b/libraries/libvshadow/README
@@ -1,5 +1,5 @@
libvshadow (libYAL Volume Shadow library)
-Library and tools to access the Volume Shadow Snapshot (VSS)
-format. The VSS format is used by Windows, as of Vista, to maintain
-copies of data on a storage media volume.
+Library and tools to access the Volume Shadow Snapshot (VSS) format.
+The VSS format is used by Windows, as of Vista, to maintain copies of
+data on a storage media volume.
diff --git a/libraries/libvshadow/libvshadow.SlackBuild b/libraries/libvshadow/libvshadow.SlackBuild
index 50238c184a..36c189cd33 100644
--- a/libraries/libvshadow/libvshadow.SlackBuild
+++ b/libraries/libvshadow/libvshadow.SlackBuild
@@ -1,8 +1,8 @@
#!/bin/bash
# Slackware build script for libvshadow
-
-# Copyright 2014-2019 Barry J. Grundy (bgrundy<at>linuxleo.com)
+#
+# Copyright 2014-2022 Barry J. Grundy (bgrundy<at>linuxleo.com)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -21,14 +21,15 @@
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-# Updated v20190127, March 2019
+#
+# Updated v20211114, May 2022
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libvshadow
-VERSION=${VERSION:-20190127}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-20211114}
+STATUS=${STATUS:-alpha}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -72,7 +73,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/"$PRGNAM"_"$VERSION".orig.tar.gz
+tar xvf $CWD/"$PRGNAM"-"$STATUS"-"$VERSION".tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -90,7 +91,7 @@ CXXFLAGS="$SLKCFLAGS -std=gnu89" \
--localstatedir=/var \
--mandir=/usr/man \
--disable-static \
- --enable-python \
+ --enable-python3 \
--build=$ARCH-slackware-linux
make
@@ -100,7 +101,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -ar ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS ChangeLog COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
rm -f $PKG/usr/lib*/*.la
diff --git a/libraries/libvshadow/libvshadow.info b/libraries/libvshadow/libvshadow.info
index 6f587a5001..c242404deb 100644
--- a/libraries/libvshadow/libvshadow.info
+++ b/libraries/libvshadow/libvshadow.info
@@ -1,8 +1,8 @@
PRGNAM="libvshadow"
-VERSION="20190127"
+VERSION="20211114"
HOMEPAGE="https://github.com/libyal/libvshadow"
-DOWNLOAD="http://deb.debian.org/debian/pool/main/libv/libvshadow/libvshadow_20190127.orig.tar.gz"
-MD5SUM="4f2e410c68d65991e3d9c0749f97f6b6"
+DOWNLOAD="https://linuxleo.com/Source/libvshadow-alpha-20211114.tar.gz"
+MD5SUM="77ab3a546d60032104bad223b5580a5b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""