system/lxtask: Updated for version 0.1.5.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2014-10-05 18:25:21 +02:00 committed by Willy Sudiarto Raharjo
parent 958e0dc555
commit 42ef3f600b
2 changed files with 9 additions and 4 deletions

View file

@ -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

View file

@ -1,8 +1,8 @@
PRGNAM="lxtask"
VERSION="20130906_e638342"
VERSION=" 0.1.5"
HOMEPAGE="http://wiki.lxde.org/en/LXTask"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxtask-20130906_e638342.tar.xz"
MD5SUM="40a88c7f8260cb9aa497019c4ec6097f"
DOWNLOAD="http://downloads.sf.net/lxde/lxtask-0.1.5.tar.xz"
MD5SUM="c8b1e9df8cbe41c07ebc3830d4386324"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lxde-common lxpanel"