mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/libewf: Updated for version 20080501
This commit is contained in:
parent
c2580ccbd0
commit
865a353b2a
4 changed files with 8 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
libewf is library for support of the Expert Witness Compression
|
libewf is library for support of the Expert Witness Compression
|
||||||
Format (EWF). libewf allows you to read media information of EWF
|
Format (EWF). libewf allows you to read media information of EWF
|
||||||
files in the SMART (EWF-S01) format and the EnCase (EWF-E01) format.
|
files in the SMART (EWF-S01) format and the EnCase (EWF-E01) format.
|
||||||
libewf allows to read files created by EnCase 1 to 6, linen and FTK
|
libewf allows reading files created by EnCase 1 to 6, linen and FTK
|
||||||
Imager.
|
Imager.
|
|
@ -60,8 +60,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--build=$ARCH-slackware-linux \
|
--build=$ARCH-slackware-linux
|
||||||
--host=$ARCH-slackware-linux
|
|
||||||
|
|
||||||
make
|
make
|
||||||
make install-strip DESTDIR=$PKG
|
make install-strip DESTDIR=$PKG
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="libewf"
|
PRGNAM="libewf"
|
||||||
VERSION="20080501"
|
VERSION="20080501"
|
||||||
HOMEPAGE="https://www.uitwisselplatform.nl/projects/libewf/"
|
HOMEPAGE="http://sourceforge.net/projects/libewf/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/libewf/libewf-20080501.tar.gz"
|
DOWNLOAD="http://downloads.sourceforge.net/libewf/libewf-20080501.tar.gz"
|
||||||
MD5SUM="be28a11d32ca72c328b081d38849d5bd"
|
MD5SUM="be28a11d32ca72c328b081d38849d5bd"
|
||||||
MAINTAINER="Barry J. Grundy"
|
MAINTAINER="Barry J. Grundy"
|
||||||
EMAIL="bgrundy<at>linuxleo.com"
|
EMAIL="bgrundy<at>linuxleo.com"
|
||||||
APPROVED="dsomero"
|
APPROVED="dsomero,rworkman"
|
||||||
|
|
|
@ -5,14 +5,14 @@
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':'.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler-------------------------------------------------------|
|
||||||
libewf: libewf (Expert Witness Compression Format support library)
|
libewf: libewf (Expert Witness Compression Format support library)
|
||||||
libewf:
|
libewf:
|
||||||
libewf: libewf is library for support of the Expert Witness Compression
|
libewf: libewf is library for support of the Expert Witness Compression
|
||||||
libewf: Format (EWF). libewf allows you to read media information of EWF
|
libewf: Format (EWF). libewf allows you to read media information of EWF
|
||||||
libewf: files in the SMART (EWF-S01) format and the EnCase (EWF-E01) format.
|
libewf: files in the SMART (EWF-S01) format and the EnCase (EWF-E01) format.
|
||||||
libewf: libewf allows to read files created by EnCase 1 to 6, linen and FTK
|
libewf: libewf allows reading of files created by EnCase 1 to 6, linen and
|
||||||
libewf: Imager.
|
libewf: FTK Imager.
|
||||||
libewf:
|
libewf:
|
||||||
libewf: Homepage: https://www.uitwisselplatform.nl/projects/libewf/
|
libewf: Homepage: https://www.uitwisselplatform.nl/projects/libewf/
|
||||||
libewf:
|
libewf:
|
||||||
|
|
Loading…
Reference in a new issue