summaryrefslogtreecommitdiffstats
path: root/system/lxtask/lxtask.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2014-10-05 18:25:21 +0200
committer Willy Sudiarto Raharjo2014-10-11 13:19:22 +0200
commit42ef3f600bf501e04a311c2bd37e383a5e059649 (patch)
tree7ec993ce0159f84a3a2e98f6422dcda26a36582a /system/lxtask/lxtask.SlackBuild
parent958e0dc555203894eb90ea6747ec8a37d42cb2a6 (diff)
downloadslackbuilds-42ef3f600bf501e04a311c2bd37e383a5e059649.tar.gz
system/lxtask: Updated for version 0.1.5.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/lxtask/lxtask.SlackBuild')
-rw-r--r--system/lxtask/lxtask.SlackBuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/system/lxtask/lxtask.SlackBuild b/system/lxtask/lxtask.SlackBuild
index 90e227dd24..51076b80c9 100644
--- a/system/lxtask/lxtask.SlackBuild
+++ b/system/lxtask/lxtask.SlackBuild
@@ -1,6 +1,7 @@
#!/bin/sh
# $Id: lxtask.SlackBuild,v 1.2 2009/09/11 10:39:38 root Exp root $
# Copyright (c) 2008-2009 Eric Hameleers, Eindhoven, NL
+# Copyright (c) 2010-2014 Matteo Bernardini, Pisa, IT
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -43,6 +44,8 @@
# * updated.
# 20130906_e638342: 23/sep/2013 by Matteo Bernardini <ponce@slackbuilds.org>
# * updated.
+# 0.1.5-1: 18/sep/2014 by Matteo Bernardini <ponce@slackbuilds.org>
+# * updated.
#
# Run 'sh lxtask.SlackBuild' to build a Slackware package.
# The package is created in /tmp .
@@ -51,7 +54,7 @@
# -----------------------------------------------------------------------------
PRGNAM=lxtask
-VERSION=${VERSION:-20130906_e638342}
+VERSION=${VERSION:-0.1.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -115,6 +118,8 @@ CFLAGS="$SLKCFLAGS" \
make
make install-strip DESTDIR=$PKG
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+
# Add documentation:
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION