libraries/afflib: Updated for version 3.7.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2014-11-22 06:45:34 +07:00 committed by Willy Sudiarto Raharjo
parent fbbbef3be7
commit 237e597041
4 changed files with 15 additions and 14 deletions

View file

@ -1,3 +1,5 @@
afflib is library for support of the Advanced Forensic Format (AFF).
afflib is library and set of tools used to support of Advanced Forensic
Format (AFF).
AFF(R) is an open and extensible file format designed to store disk
images and associated metadata.

View file

@ -22,10 +22,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Updated: v3.7.1 June 2012 Barry J. Grundy <bgrundy(at)linuxleo.com>
# Updated: v3.7.4 November of 2014 Barry J. Grundy <bgrundy(at)linuxleo.com>
PRGNAM=afflib
VERSION=3.7.1
VERSION=${VERSION:-3.7.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -69,7 +69,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@ -91,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 -ra AUTHORS BUGLIST.txt ChangeLog COPYING INSTALL NEWS README* doc/ \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -ra AUTHORS BUGLIST.txt ChangeLog COPYING INSTALL NEWS README* doc/ $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="afflib"
VERSION="3.7.1"
HOMEPAGE="http://afflib.sourceforge.net"
DOWNLOAD="https://github.com/downloads/simsong/AFFLIBv3/afflib-3.7.1.tar.gz"
MD5SUM="c6751d461aaf6acf9d15303cde539e44"
VERSION="3.7.4"
HOMEPAGE="https://github.com/sshock/AFFLIBv3"
DOWNLOAD="http://digitalcorpora.org/downloads/afflib/afflib-3.7.4.tar.gz"
MD5SUM="3617ef63017bada3280423d8155862f9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
afflib: afflib (Advanced Forensic Format support library)
afflib:
afflib: afflib is library for support of the Advanced Forensic Format (AFF).
afflib: afflib is library and set of tools used in support of the Advanced
afflib: Forensic Format (AFF).
afflib:
afflib: AFF(R) is an open and extensible file format designed to store disk
afflib: images and associated metadata.
afflib:
afflib: Homepage: http://www.afflib.org/
afflib:
afflib:
afflib: Homepage: https://github.com/sshock/AFFLIBv3
afflib:
afflib: