From 813480aa170ce64f875a7243f398e0df6c28a20f Mon Sep 17 00:00:00 2001 From: "Barry J. Grundy" Date: Tue, 16 Dec 2014 20:05:44 +0700 Subject: libraries/libfwsi: Added (libYAL Windows Shell Item Library). Signed-off-by: Willy Sudiarto Raharjo --- libraries/libfwsi/README | 3 ++ libraries/libfwsi/libfwsi.SlackBuild | 101 +++++++++++++++++++++++++++++++++++ libraries/libfwsi/libfwsi.info | 10 ++++ libraries/libfwsi/slack-desc | 19 +++++++ 4 files changed, 133 insertions(+) create mode 100644 libraries/libfwsi/README create mode 100644 libraries/libfwsi/libfwsi.SlackBuild create mode 100644 libraries/libfwsi/libfwsi.info create mode 100644 libraries/libfwsi/slack-desc diff --git a/libraries/libfwsi/README b/libraries/libfwsi/README new file mode 100644 index 0000000000..a083efefbd --- /dev/null +++ b/libraries/libfwsi/README @@ -0,0 +1,3 @@ +libfwsi (libYAL Windows Shell Item library) + +Library used to access the Windows Shell Item format. diff --git a/libraries/libfwsi/libfwsi.SlackBuild b/libraries/libfwsi/libfwsi.SlackBuild new file mode 100644 index 0000000000..7e22daaf56 --- /dev/null +++ b/libraries/libfwsi/libfwsi.SlackBuild @@ -0,0 +1,101 @@ +#!/bin/sh + +# Slackware build script for libfwsi + +# 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 v20141116 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/libfwsi/libfwsi.info b/libraries/libfwsi/libfwsi.info new file mode 100644 index 0000000000..d59fe3a400 --- /dev/null +++ b/libraries/libfwsi/libfwsi.info @@ -0,0 +1,10 @@ +PRGNAM="libfwsi" +VERSION="20141116" +HOMEPAGE="https://github.com/libyal/libfwsi" +DOWNLOAD="https://github.com/libyal/libfwsi/releases/download/20141116/libfwsi-experimental-20141116.tar.gz" +MD5SUM="a4b4f16ba9774a8a75af0156c62d6822" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="" +MAINTAINER="Barry J. Grundy" +EMAIL="bgrundylinuxleo.com" diff --git a/libraries/libfwsi/slack-desc b/libraries/libfwsi/slack-desc new file mode 100644 index 0000000000..24e6689076 --- /dev/null +++ b/libraries/libfwsi/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------------------------------------------------------| +libfwsi: libfwsi (libYAL Windows Shell Item library) +libfwsi: +libfwsi: Library and tools to access the Windows Shell Item format. +libfwsi: +libfwsi: Homepage: https://github.com/libyal/libfwsi +libfwsi: +libfwsi: +libfwsi: +libfwsi: +libfwsi: +libfwsi: -- cgit v1.2.3