From 42ef3f600bf501e04a311c2bd37e383a5e059649 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sun, 5 Oct 2014 18:25:21 +0200 Subject: system/lxtask: Updated for version 0.1.5. Signed-off-by: Matteo Bernardini --- system/lxtask/lxtask.SlackBuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'system/lxtask/lxtask.SlackBuild') 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 # * updated. +# 0.1.5-1: 18/sep/2014 by Matteo Bernardini +# * 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 -- cgit v1.2.3