office/abiword: Update source.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e30fabb8b5
commit
366a5d58f4
|
@ -36,6 +36,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=abiword
|
||||
SRCNAM=AbiWord-release
|
||||
VERSION=${VERSION:-3.0.5}
|
||||
DOCSVER=3.0.2 # version of abiword-docs
|
||||
DOCTAR=3.0.1 # sigh, the tarball contains abiword-docs-3.0.1 still
|
||||
|
@ -80,9 +81,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
rm -rf abiword-docs-$DOCTAR
|
||||
tar xvf $CWD/abiword-docs-$DOCSVER.tar.gz
|
||||
chown -R root:root .
|
||||
|
@ -103,7 +104,7 @@ export HOME=$( pwd )/tmphome
|
|||
CPPFLAGS="-I$TMP/$PRGNAM-$VERSION" \
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS -std=c++11" \
|
||||
./configure \
|
||||
./autogen.sh \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="abiword"
|
||||
VERSION="3.0.5"
|
||||
HOMEPAGE="http://www.abisource.com"
|
||||
DOWNLOAD="http://abisource.com/downloads/abiword/3.0.5/source/abiword-3.0.5.tar.gz \
|
||||
http://abisource.com/downloads/abiword/3.0.2/source/abiword-docs-3.0.2.tar.gz"
|
||||
MD5SUM="a8f218b711450e4ccae43a0522e0e806 \
|
||||
DOWNLOAD="https://gitlab.gnome.org/World/AbiWord/-/archive/release-3.0.5/AbiWord-release-3.0.5.tar.gz \
|
||||
https://ftp2.osuosl.org/pub/blfs/conglomeration/abiword/abiword-docs-3.0.2.tar.gz"
|
||||
MD5SUM="368472c0182009382ad3677816a95ea3 \
|
||||
c92c0e1e2081db20757231a53d80c338"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue