From 9ff662be1a6ee380ee132881986bebf4070c0c40 Mon Sep 17 00:00:00 2001 From: "Barry J. Grundy" Date: Tue, 16 Dec 2014 20:00:30 +0700 Subject: libraries/libvmdk: Added (libYAL VMDK Library). Signed-off-by: Willy Sudiarto Raharjo --- libraries/libvmdk/README | 21 ++++++++ libraries/libvmdk/libvmdk.SlackBuild | 101 +++++++++++++++++++++++++++++++++++ libraries/libvmdk/libvmdk.info | 10 ++++ libraries/libvmdk/slack-desc | 19 +++++++ 4 files changed, 151 insertions(+) create mode 100644 libraries/libvmdk/README create mode 100644 libraries/libvmdk/libvmdk.SlackBuild create mode 100644 libraries/libvmdk/libvmdk.info create mode 100644 libraries/libvmdk/slack-desc (limited to 'libraries/libvmdk') diff --git a/libraries/libvmdk/README b/libraries/libvmdk/README new file mode 100644 index 0000000000..ea36b34250 --- /dev/null +++ b/libraries/libvmdk/README @@ -0,0 +1,21 @@ +libvmdk (libYAL VMDK library) + +Library and tools to access the VMware Virtual Disk (VMDK) image format. + +Read supported extent file formats: + + -RAW (flat) + -COWD version 1 (sparse) + -VMDK version 1, 2 and 3 (sparse) + +Supported VMDK format features: + + -delta links + -grain compression (as of version 20131209) + -data markers (as of version 20140416) + +VMDK format features not supported at the moment: + + -images that use a physical device + -changed block tracking (CBT) (supported by VMDK version 3 (sparse)) + change tracking file diff --git a/libraries/libvmdk/libvmdk.SlackBuild b/libraries/libvmdk/libvmdk.SlackBuild new file mode 100644 index 0000000000..a0777ba811 --- /dev/null +++ b/libraries/libvmdk/libvmdk.SlackBuild @@ -0,0 +1,101 @@ +#!/bin/sh + +# Slackware build script for libvmdk + +# 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 v20141021 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/libvmdk/libvmdk.info b/libraries/libvmdk/libvmdk.info new file mode 100644 index 0000000000..d224460bf9 --- /dev/null +++ b/libraries/libvmdk/libvmdk.info @@ -0,0 +1,10 @@ +PRGNAM="libvmdk" +VERSION="20141021" +HOMEPAGE="https://github.com/libyal/libvmdk" +DOWNLOAD="https://github.com/libyal/libvmdk/releases/download/20141021/libvmdk-alpha-20141021.tar.gz" +MD5SUM="ce2afbcbad9144b1bc573cdbff17fe71" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="" +MAINTAINER="Barry J. Grundy" +EMAIL="bgrundylinuxleo.com" diff --git a/libraries/libvmdk/slack-desc b/libraries/libvmdk/slack-desc new file mode 100644 index 0000000000..678b75b1be --- /dev/null +++ b/libraries/libvmdk/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------------------------------------------------------| +libvmdk: libvmdk (libYAL VMDK library) +libvmdk: +libvmdk: Library to access the VMware Virtual Disk (VMDK) image format. +libvmdk: +libvmdk: Homepage: https://github.com/libyal/libvmdk +libvmdk: +libvmdk: +libvmdk: +libvmdk: +libvmdk: +libvmdk: -- cgit v1.2.3