libraries/giblib: update DOWNLOAD

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ryan Q 2014-08-10 21:47:28 -07:00 committed by Willy Sudiarto Raharjo
parent b642f0e002
commit 690d5fa1d4
2 changed files with 7 additions and 6 deletions

View file

@ -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 <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
@ -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" \

View file

@ -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"