summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Barry J. Grundy2014-12-16 12:33:53 +0100
committer Willy Sudiarto Raharjo2014-12-16 12:34:54 +0100
commit4817fa5c8269a4a65dcf8d7d6f880fbfa5bd8f2b (patch)
tree09da8ba2821244a7777e7730f7faa5419492a42c
parent77b7439f328e5a80cb3b277f88e5310c7126b89c (diff)
downloadslackbuilds-4817fa5c8269a4a65dcf8d7d6f880fbfa5bd8f2b.tar.gz
libraries/libewf: Updated for version 20140608.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/libewf/README5
-rw-r--r--libraries/libewf/libewf.SlackBuild9
-rw-r--r--libraries/libewf/libewf.info6
-rw-r--r--libraries/libewf/slack-desc4
4 files changed, 13 insertions, 11 deletions
diff --git a/libraries/libewf/README b/libraries/libewf/README
index f25fa533e6..c0878cc2db 100644
--- a/libraries/libewf/README
+++ b/libraries/libewf/README
@@ -1,5 +1,6 @@
-libewf is library for support of the Expert Witness Compression
-Format (EWF). libewf allows you to read media information of EWF
+libewf (libYAL Expert Witness Compression library)
+
+libewf allows you to read media information of EWF
files in the SMART (EWF-S01) format and the EnCase (EWF-E01) format.
libewf allows reading files created by EnCase 1 to 6, linen and FTK
Imager.
diff --git a/libraries/libewf/libewf.SlackBuild b/libraries/libewf/libewf.SlackBuild
index c26846c2cd..3940ec3101 100644
--- a/libraries/libewf/libewf.SlackBuild
+++ b/libraries/libewf/libewf.SlackBuild
@@ -22,9 +22,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Updated v20140608 August 2014 Barry J. Grundy <bgrundy(at)linuxleo.com
+# Updated v20140608(exp) December 2014 Barry J. Grundy <bgrundy(at)linuxleo.com
PRGNAM=libewf
+STATUS=${STATUS:-experimental}
VERSION=${VERSION:-20140608}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -62,7 +63,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$STATUS-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -80,6 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--disable-static \
+ --enable-python \
--build=$ARCH-slackware-linux
make
@@ -89,8 +91,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 NEWS README* documents/ \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -ar ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS README* documents/ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/libraries/libewf/libewf.info b/libraries/libewf/libewf.info
index 1ddf245df4..d6e2f4c4d3 100644
--- a/libraries/libewf/libewf.info
+++ b/libraries/libewf/libewf.info
@@ -1,8 +1,8 @@
PRGNAM="libewf"
VERSION="20140608"
-HOMEPAGE="http://code.google.com/p/libewf/"
-DOWNLOAD="https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/libewf-20140608.tar.gz"
-MD5SUM="fdf615f23937fad8e02b60b9e3e5fb35"
+HOMEPAGE="https://github.com/libyal/libewf/"
+DOWNLOAD="https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/libewf-experimental-20140608.tar.gz"
+MD5SUM="19398966893f98bb91df45e703548583"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/libraries/libewf/slack-desc b/libraries/libewf/slack-desc
index fc065bec0c..8c47fb5299 100644
--- a/libraries/libewf/slack-desc
+++ b/libraries/libewf/slack-desc
@@ -6,7 +6,7 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-libewf: libewf (Expert Witness Compression Format support library)
+libewf: libewf (libYAL Expert Witness Compression library)
libewf:
libewf: libewf is library for support of the Expert Witness Compression
libewf: Format (EWF). libewf allows you to read media information of EWF
@@ -14,6 +14,6 @@ libewf: files in the SMART (EWF-S01) format and the EnCase (EWF-E01) format.
libewf: libewf allows reading of files created by EnCase 1 to 6, linen and
libewf: FTK Imager.
libewf:
-libewf: Homepage: http://code.google.com/p/libewf/
+libewf: Homepage: https://github.com/libyal/libewf/
libewf:
libewf: