libraries/gf2x: Updated for new project home

Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Duncan Roe 2022-02-04 14:00:15 +11:00 committed by Willy Sudiarto Raharjo
parent 86d975649d
commit afc1440e90
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 9 additions and 5 deletions

View file

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

View file

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