libraries/libewf: Updated for version 20140608.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2014-12-16 18:33:53 +07:00 committed by Willy Sudiarto Raharjo
parent 77b7439f32
commit 4817fa5c82
4 changed files with 13 additions and 11 deletions

View file

@ -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.

View file

@ -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

View file

@ -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=""

View file

@ -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: