mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/libixion: Switch download to https, script changes.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
016e6dd7fc
commit
711224089b
2 changed files with 4 additions and 7 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=libixion
|
||||
VERSION=${VERSION:-0.12.2}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -54,7 +54,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
set -eu
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
@ -69,11 +69,8 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# generate the configure file
|
||||
sed '/configure/d' -i autogen.sh
|
||||
./autogen.sh
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS -std=c++11" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="libixion"
|
||||
VERSION="0.12.2"
|
||||
HOMEPAGE="https://gitlab.com/ixion/ixion"
|
||||
DOWNLOAD="http://kohei.us/files/ixion/src/libixion-0.12.2.tar.xz"
|
||||
DOWNLOAD="https://kohei.us/files/ixion/src/libixion-0.12.2.tar.xz"
|
||||
MD5SUM="50873fec72f7f74bb0c0c216ee092d32"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue