From c506f33995f08f162ca22f3ab0b166b08a979dad Mon Sep 17 00:00:00 2001 From: "Barry J. Grundy" Date: Tue, 16 Dec 2014 20:02:37 +0700 Subject: libraries/libvshadow: Added (libYAL Volume Shadow Library). Signed-off-by: Willy Sudiarto Raharjo --- libraries/libvshadow/README | 5 ++ libraries/libvshadow/libvshadow.SlackBuild | 101 +++++++++++++++++++++++++++++ libraries/libvshadow/libvshadow.info | 10 +++ libraries/libvshadow/slack-desc | 19 ++++++ 4 files changed, 135 insertions(+) create mode 100644 libraries/libvshadow/README create mode 100644 libraries/libvshadow/libvshadow.SlackBuild create mode 100644 libraries/libvshadow/libvshadow.info create mode 100644 libraries/libvshadow/slack-desc diff --git a/libraries/libvshadow/README b/libraries/libvshadow/README new file mode 100644 index 0000000000000..84a7c89fc6313 --- /dev/null +++ b/libraries/libvshadow/README @@ -0,0 +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. diff --git a/libraries/libvshadow/libvshadow.SlackBuild b/libraries/libvshadow/libvshadow.SlackBuild new file mode 100644 index 0000000000000..2426180a52c20 --- /dev/null +++ b/libraries/libvshadow/libvshadow.SlackBuild @@ -0,0 +1,101 @@ +#!/bin/sh + +# Slackware build script for libvshadow + +# Copyright 2014 Barry J. Grundy (bgrundylinuxleo.com) +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# 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 v20141023 December 2014 Barry J. Grundy $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/libraries/libvshadow/libvshadow.info b/libraries/libvshadow/libvshadow.info new file mode 100644 index 0000000000000..99889c3333c71 --- /dev/null +++ b/libraries/libvshadow/libvshadow.info @@ -0,0 +1,10 @@ +PRGNAM="libvshadow" +VERSION="20141023" +HOMEPAGE="https://github.com/libyal/libvshadow" +DOWNLOAD="https://github.com/libyal/libvshadow/releases/download/20141023/libvshadow-alpha-20141023.tar.gz" +MD5SUM="28fde897cb920b4f81060b6881f6ab41" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="" +MAINTAINER="Barry J. Grundy" +EMAIL="bgrundylinuxleo.com" diff --git a/libraries/libvshadow/slack-desc b/libraries/libvshadow/slack-desc new file mode 100644 index 0000000000000..1d805627db747 --- /dev/null +++ b/libraries/libvshadow/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +libvshadow: libvshadow (libYAL Volume Shadow library) +libvshadow: +libvshadow: Library to access the Volume Shadow Snapshot (VSS) format. The VSS +libvshadow: format is used by Windows, as of Vista, to maintain copies of data +libvshadow: on a storage media volumes. +libvshadow: +libvshadow: Homepage: https://github.com/libyal/libvshadow +libvshadow: +libvshadow: +libvshadow: +libvshadow: -- cgit v1.2.3