summaryrefslogtreecommitdiff
path: root/libraries/gf2x
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gf2x')
-rw-r--r--libraries/gf2x/gf2x.SlackBuild8
-rw-r--r--libraries/gf2x/gf2x.info6
2 files changed, 9 insertions, 5 deletions
diff --git a/libraries/gf2x/gf2x.SlackBuild b/libraries/gf2x/gf2x.SlackBuild
index cf6a46132d..313f7569bc 100644
--- a/libraries/gf2x/gf2x.SlackBuild
+++ b/libraries/gf2x/gf2x.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gf2x
VERSION=${VERSION:-1.3.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -70,7 +70,9 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+rm -rf $PRGNAM-$PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz
+mv $PRGNAM-$PRGNAM-$VERSION $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -80,6 +82,8 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS -msse2" \
+autoreconf -fi
+rm -Rf autom4te.cache
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
diff --git a/libraries/gf2x/gf2x.info b/libraries/gf2x/gf2x.info
index f324033cc1..7b99ed6769 100644
--- a/libraries/gf2x/gf2x.info
+++ b/libraries/gf2x/gf2x.info
@@ -1,8 +1,8 @@
PRGNAM="gf2x"
VERSION="1.3.0"
-HOMEPAGE="http://gf2x.gforge.inria.fr"
-DOWNLOAD="https://gforge.inria.fr/frs/download.php/file/38243/gf2x-1.3.0.tar.gz"
-MD5SUM="842f087ce423c279dced26b85b0fd1d0"
+HOMEPAGE="https://gitlab.inria.fr/gf2x/gf2x/"
+DOWNLOAD="https://gitlab.inria.fr/gf2x/gf2x/-/archive/gf2x-1.3.0/gf2x-gf2x-1.3.0.tar.gz"
+MD5SUM="18bccf5efd998424da5e99d4575de0ed"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""