summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
Diffstat (limited to 'libraries')
-rw-r--r--libraries/giblib/giblib.SlackBuild13
-rw-r--r--libraries/giblib/giblib.info8
2 files changed, 11 insertions, 10 deletions
diff --git a/libraries/giblib/giblib.SlackBuild b/libraries/giblib/giblib.SlackBuild
index e03dd393f7..cacb0cb9fa 100644
--- a/libraries/giblib/giblib.SlackBuild
+++ b/libraries/giblib/giblib.SlackBuild
@@ -3,6 +3,7 @@
# Copyright 2006-2009 Chess Griffin <chess@chessgriffin.com>
# Copyright 2011 Grigorios Bouzakis <grbzks@xsmail.com>
+# 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
@@ -52,7 +53,7 @@ else
LIBDIRSUFFIX=""
fi
-DOCS="COPYING NEWS"
+DOCS="COPYING"
set -e
@@ -60,14 +61,14 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/v$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 \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -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 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/libraries/giblib/giblib.info b/libraries/giblib/giblib.info
index 606ec43923..3b833850d1 100644
--- a/libraries/giblib/giblib.info
+++ b/libraries/giblib/giblib.info
@@ -1,10 +1,10 @@
PRGNAM="giblib"
VERSION="1.2.4"
HOMEPAGE="http://linuxbrit.co.uk/giblib/"
-DOWNLOAD="http://linuxbrit.co.uk/downloads/giblib-1.2.4.tar.gz"
-MD5SUM="c810ef5389baf24882a1caca2954385e"
+DOWNLOAD="https://github.com/cbane/giblib/archive/v1.2.4.tar.gz"
+MD5SUM="4393a5fb439be694821343f0c3c41354"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="imlib2"
-MAINTAINER="Grigorios Bouzakis"
-EMAIL="grbzks@xsmail.com"
+MAINTAINER="Ryan P.C. McQuen"
+EMAIL="ryan.q@linux.com"