libraries/libindi: Fix download URL and tarball name.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-02-15 17:51:23 -05:00 committed by Willy Sudiarto Raharjo
parent ba718f06ce
commit cc2cb3e5e2
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 8 additions and 6 deletions

View File

@ -66,18 +66,20 @@ fi
set -e
SRCNAM=indi
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf indi-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd indi-$VERSION
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$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 {} \+
export CFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"

View File

@ -1,7 +1,7 @@
PRGNAM="libindi"
VERSION="1.9.4"
HOMEPAGE="https://www.indilib.org/"
DOWNLOAD="https://github.com/indilib/indi/archive/v1.9.4/libindi-1.9.4.tar.gz"
DOWNLOAD="https://github.com/indilib/indi/archive/v1.9.4/indi-1.9.4.tar.gz"
MD5SUM="cbd65799d01b7aecdc0c70cc78d736b4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""