From 237e597041ae71e8e29d32a06815189de670c5ca Mon Sep 17 00:00:00 2001 From: Barry J. Grundy Date: Sat, 22 Nov 2014 06:45:34 +0700 Subject: libraries/afflib: Updated for version 3.7.4. Signed-off-by: Willy Sudiarto Raharjo --- libraries/afflib/README | 4 +++- libraries/afflib/afflib.SlackBuild | 9 ++++----- libraries/afflib/afflib.info | 8 ++++---- libraries/afflib/slack-desc | 8 ++++---- 4 files changed, 15 insertions(+), 14 deletions(-) (limited to 'libraries') diff --git a/libraries/afflib/README b/libraries/afflib/README index 515aadc356..471d11a385 100644 --- a/libraries/afflib/README +++ b/libraries/afflib/README @@ -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. diff --git a/libraries/afflib/afflib.SlackBuild b/libraries/afflib/afflib.SlackBuild index cbbd5f03c1..776e905163 100644 --- a/libraries/afflib/afflib.SlackBuild +++ b/libraries/afflib/afflib.SlackBuild @@ -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 +# Updated: v3.7.4 November of 2014 Barry J. Grundy 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 diff --git a/libraries/afflib/afflib.info b/libraries/afflib/afflib.info index 198ace979b..c95e5dbee1 100644 --- a/libraries/afflib/afflib.info +++ b/libraries/afflib/afflib.info @@ -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="" diff --git a/libraries/afflib/slack-desc b/libraries/afflib/slack-desc index b4ac825f6a..ef23208d0b 100644 --- a/libraries/afflib/slack-desc +++ b/libraries/afflib/slack-desc @@ -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: -- cgit v1.2.3