mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
office/myrulib: Updated for version 0.29.5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
dc9279afc2
commit
4a4098118a
2 changed files with 10 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for MyRuLib
|
||||
|
||||
# Copyright 2011 Fridrich von Stauffenberg <cancellor2@gmail.com>
|
||||
# Copyright 2011-2012 Fridrich von Stauffenberg <cancellor2@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=myrulib
|
||||
VERSION=${VERSION:-0.28.15}
|
||||
VERSION=${VERSION:-0.29.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,14 +54,11 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
if [ "${COOLREADER:-yes}" = "yes" ]; then
|
||||
coolreader="--with-reader"
|
||||
else
|
||||
coolreader=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
[ "${COOLREADER:-yes}" = "yes" ] && \
|
||||
coolreader="--with-reader" || coolreader=""
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
|
@ -81,7 +78,7 @@ make
|
|||
make install DESTDIR=$PKG
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp ChangeLog AUTHORS LICENSE INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS ChangeLog INSTALL LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="myrulib"
|
||||
VERSION="0.28.15"
|
||||
VERSION="0.29.5"
|
||||
HOMEPAGE="http://myrulib.lintest.ru"
|
||||
DOWNLOAD="http://www.lintest.ru/pub/myrulib-0.28.15.tar.bz2"
|
||||
MD5SUM="9d3069656a2c5a144c0b75ef6262e7df"
|
||||
DOWNLOAD="http://www.lintest.ru/pub/myrulib-0.29.5.tar.bz2"
|
||||
MD5SUM="b3304e7366b145b6d2f4cc4a23ea0b1f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Fridrich von Stauffenberg"
|
||||
EMAIL="cancellor2@gmail.com"
|
||||
APPROVED="Niels Horn"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue