mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
office/abiword: Updated for version 3.0.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
41abb73058
commit
8b99868d10
2 changed files with 10 additions and 9 deletions
|
@ -27,8 +27,9 @@
|
|||
# Now maintained by Robby Workman <rworkman@slackbuilds.org>
|
||||
|
||||
PRGNAM=abiword
|
||||
VERSION=${VERSION:-3.0.1}
|
||||
VERSION=${VERSION:-3.0.2}
|
||||
DOCSVER=$VERSION # version of abiword-docs
|
||||
DOCTAR=3.0.1 # sigh, the tarball contains abiword-docs-3.0.1 still
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -67,7 +68,7 @@ cd $TMP
|
|||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf abiword-docs-$DOCSVER
|
||||
rm -rf abiword-docs-$DOCTAR
|
||||
tar xvf $CWD/abiword-docs-$DOCSVER.tar.gz
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -78,7 +79,7 @@ find -L . \
|
|||
|
||||
CPPFLAGS="-I$TMP/$PRGNAM-$VERSION" \
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS -std=c++11" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
|
@ -97,7 +98,7 @@ make
|
|||
make install DESTDIR=$PKG
|
||||
|
||||
# Now install the separate abiword-docs
|
||||
cd abiword-docs-$DOCSVER
|
||||
cd abiword-docs-$DOCTAR
|
||||
PATH="$PKG/usr/bin:$PATH" \
|
||||
PKG_CONFIG_PATH="$PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig:$PKG_CONFIG_PATH" \
|
||||
./configure \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="abiword"
|
||||
VERSION="3.0.1"
|
||||
VERSION="3.0.2"
|
||||
HOMEPAGE="http://www.abisource.com"
|
||||
DOWNLOAD="http://abisource.com/downloads/abiword/3.0.1/source/abiword-3.0.1.tar.gz \
|
||||
http://abisource.com/downloads/abiword/3.0.1/source/abiword-docs-3.0.1.tar.gz"
|
||||
MD5SUM="f3f8052e7b4979a43b75775a381e6cb8 \
|
||||
c9b78cb5f9c415ed63ce1cf9874fa8a4"
|
||||
DOWNLOAD="http://abisource.com/downloads/abiword/3.0.2/source/abiword-3.0.2.tar.gz \
|
||||
http://abisource.com/downloads/abiword/3.0.2/source/abiword-docs-3.0.2.tar.gz"
|
||||
MD5SUM="cda6dd58c747c133b421cc7eb18f5796 \
|
||||
c92c0e1e2081db20757231a53d80c338"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wv"
|
||||
|
|
Loading…
Reference in a new issue