From 30399c3822278a7e44f1720ffe55a471f661fd7c Mon Sep 17 00:00:00 2001 From: "Barry J. Grundy" Date: Sat, 13 Dec 2014 09:37:30 +0700 Subject: libraries/libevt: Added (libYAL EVT library). Signed-off-by: Willy Sudiarto Raharjo --- libraries/libevt/README | 4 ++ libraries/libevt/libevt.SlackBuild | 101 +++++++++++++++++++++++++++++++++++++ libraries/libevt/libevt.info | 10 ++++ libraries/libevt/slack-desc | 19 +++++++ 4 files changed, 134 insertions(+) create mode 100644 libraries/libevt/README create mode 100644 libraries/libevt/libevt.SlackBuild create mode 100644 libraries/libevt/libevt.info create mode 100644 libraries/libevt/slack-desc (limited to 'libraries/libevt') diff --git a/libraries/libevt/README b/libraries/libevt/README new file mode 100644 index 0000000000..9d167c490e --- /dev/null +++ b/libraries/libevt/README @@ -0,0 +1,4 @@ +libevt (libYAL EVT library) + +Library and tooling to access the Windows Event Log (EVT) format. +For the Windows XML Event Log (EVTX) format see: libevtx diff --git a/libraries/libevt/libevt.SlackBuild b/libraries/libevt/libevt.SlackBuild new file mode 100644 index 0000000000..132d454469 --- /dev/null +++ b/libraries/libevt/libevt.SlackBuild @@ -0,0 +1,101 @@ +#!/bin/sh + +# Slackware build script for libevt + +# 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 20141026 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/libevt/libevt.info b/libraries/libevt/libevt.info new file mode 100644 index 0000000000..6379393acf --- /dev/null +++ b/libraries/libevt/libevt.info @@ -0,0 +1,10 @@ +PRGNAM="libevt" +VERSION="20141026" +HOMEPAGE="https://github.com/libyal/libevt" +DOWNLOAD="https://github.com/libyal/libevt/releases/download/20141026/libevt-alpha-20141026.tar.gz" +MD5SUM="ce8b69d8358b890ce06b6bb498adc536" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="" +MAINTAINER="Barry J. Grundy" +EMAIL="bgrundylinuxleo.com" diff --git a/libraries/libevt/slack-desc b/libraries/libevt/slack-desc new file mode 100644 index 0000000000..96cbcfa1f3 --- /dev/null +++ b/libraries/libevt/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------------------------------------------------------| +libevt: libevt (libYAL EVT library) +libevt: +libevt: Library and tooling to access the Windows Event Log (EVT) format. +libevt: +libevt: Homepage: https://github.com/libyal/libevt +libevt: +libevt: +libevt: +libevt: +libevt: +libevt: -- cgit v1.2.3