office/tellico: Updated for version 3.4.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2021-04-02 11:09:33 +02:00 committed by Robby Workman
parent aed02d6d46
commit e81caa444a
2 changed files with 6 additions and 6 deletions

View file

@ -27,7 +27,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=tellico
VERSION=${VERSION:-2.3.12}
VERSION=${VERSION:-3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -64,7 +64,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
rm -rf $TMP/$PRGNAM-$VERSION
cd $TMP
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@ -92,7 +92,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COMPILING COPYING ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COMPILING COPYING ChangeLog README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="tellico"
VERSION="2.3.12"
VERSION="3.4"
HOMEPAGE="https://tellico-project.org/"
DOWNLOAD="https://tellico-project.org/files/tellico-2.3.12.tar.bz2"
MD5SUM="607e94e0141aadf741aab7fa6db15a5c"
DOWNLOAD="https://tellico-project.org/files/tellico-3.4.tar.xz"
MD5SUM="f46ab546ac335a9107c2130faea1fb9d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""