From 690d5fa1d430f385eded6f6b12d9099d71192c80 Mon Sep 17 00:00:00 2001 From: Ryan Q Date: Sun, 10 Aug 2014 21:47:28 -0700 Subject: libraries/giblib: update DOWNLOAD Signed-off-by: Willy Sudiarto Raharjo --- libraries/giblib/giblib.SlackBuild | 9 +++++---- libraries/giblib/giblib.info | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'libraries/giblib') diff --git a/libraries/giblib/giblib.SlackBuild b/libraries/giblib/giblib.SlackBuild index 96251200af..173b739117 100644 --- a/libraries/giblib/giblib.SlackBuild +++ b/libraries/giblib/giblib.SlackBuild @@ -1,9 +1,10 @@ #!/bin/sh # Slackware build script for giblib +# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com + # Copyright 2006-2009 Chess Griffin # Copyright 2011 Grigorios Bouzakis -# Copyright 2014 Ryan P.C. McQuen, WA, ryan.q@linux.com # All rights reserved. # # Permission to use, copy, modify, and distribute this software for any purpose @@ -61,14 +62,14 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -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" \ diff --git a/libraries/giblib/giblib.info b/libraries/giblib/giblib.info index 3b833850d1..ab5137adf7 100644 --- a/libraries/giblib/giblib.info +++ b/libraries/giblib/giblib.info @@ -1,8 +1,8 @@ PRGNAM="giblib" VERSION="1.2.4" HOMEPAGE="http://linuxbrit.co.uk/giblib/" -DOWNLOAD="https://github.com/cbane/giblib/archive/v1.2.4.tar.gz" -MD5SUM="4393a5fb439be694821343f0c3c41354" +DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/giblib/giblib-1.2.4.tar.gz" +MD5SUM="c810ef5389baf24882a1caca2954385e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="imlib2" -- cgit v1.2.3