libraries/libmwaw: Updated for version 0.3.12.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
711224089b
commit
cb5c3628f5
|
@ -3,4 +3,5 @@ based on librevenge. It can import text documents, vector and bitmap
|
|||
images, spreadsheets and databases of many formats. The library is a
|
||||
part of the Document Liberation Project.
|
||||
|
||||
To build the doxygen html documentation use DOC="yes".
|
||||
To build the doxygen html documentation use:
|
||||
DOC="yes".
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libmwaw
|
||||
VERSION=${VERSION:-0.3.9}
|
||||
VERSION=${VERSION:-0.3.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,7 +54,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
set -eu
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
@ -69,12 +69,10 @@ 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 {} \;
|
||||
|
||||
DOC=${DOC:-no}
|
||||
if [ ! "$DOC" = "yes" ]; then
|
||||
doc="--without-docs"
|
||||
else
|
||||
doc=""
|
||||
fi
|
||||
case "${DOC:-no}" in
|
||||
yes) doc='--with-docs' ;;
|
||||
*) doc='--without-docs' ;;
|
||||
esac
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
@ -82,7 +80,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--with-sharedptf=boost \
|
||||
--disable-werror \
|
||||
--build=$ARCH-slackware-linux \
|
||||
$doc
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libmwaw"
|
||||
VERSION="0.3.9"
|
||||
VERSION="0.3.12"
|
||||
HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/libmwaw/files/libmwaw/libmwaw-0.3.9/libmwaw-0.3.9.tar.xz"
|
||||
MD5SUM="9e4f53b2fd8c69f013f9ac554efde56d"
|
||||
DOWNLOAD="https://sourceforge.net/projects/libmwaw/files/libmwaw/libmwaw-0.3.12/libmwaw-0.3.12.tar.xz"
|
||||
MD5SUM="feba044fe0bfd37fa421acbc7debd59a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue