mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/libwps: Updated for version 0.4.8.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
a064df1046
commit
7566cb1bb6
2 changed files with 8 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libwps
|
||||
VERSION=${VERSION:-0.4.7}
|
||||
VERSION=${VERSION:-0.4.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -69,9 +69,9 @@ 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 {} \;
|
||||
|
||||
case "${DOC:-no}" in
|
||||
yes) doc='--with-docs' ;;
|
||||
*) doc='--without-docs' ;;
|
||||
case "${DOC:-0}" in
|
||||
0) doc='--without-docs' ;;
|
||||
*) doc='--with-docs' ;;
|
||||
esac
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
|
@ -80,6 +80,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--disable-static \
|
||||
--disable-werror \
|
||||
--build=$ARCH-slackware-linux \
|
||||
$doc
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libwps"
|
||||
VERSION="0.4.7"
|
||||
VERSION="0.4.8"
|
||||
HOMEPAGE="https://sourceforge.net/p/libwps/wiki/Home/"
|
||||
DOWNLOAD="https://sourceforge.net/projects/libwps/files/libwps/libwps-0.4.7/libwps-0.4.7.tar.xz"
|
||||
MD5SUM="6a1337edf74ff92de1148cd570ca88d2"
|
||||
DOWNLOAD="https://sourceforge.net/projects/libwps/files/libwps/libwps-0.4.8/libwps-0.4.8.tar.xz"
|
||||
MD5SUM="84abff8615a266b91a3e81064eb17eea"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue