misc/task: Updated for version 1.9.3.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Zoran Stojakovic 2011-02-06 01:40:06 -06:00 committed by Robby Workman
parent 059becca1b
commit 6faaca5435
2 changed files with 7 additions and 10 deletions

View file

@ -5,7 +5,7 @@
# Written by Zoran Stojakovic stojakovic.zoran@gmail.com
PRGNAM=task
VERSION=${VERSION:-1.8.5}
VERSION=${VERSION:-1.9.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -70,13 +70,10 @@ make docdir=/usr/doc/$PRGNAM-$VERSION install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
)
find $PKG/usr/man -type f -exec gzip -9 {} \;
cp -a \
AUTHORS COPYING ChangeLog INSTALL NEWS README \
AUTHORS COPYING ChangeLog INSTALL NEWS README README.build \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,10 +1,10 @@
PRGNAM="task"
VERSION="1.8.5"
VERSION="1.9.3"
HOMEPAGE="http://taskwarrior.org"
DOWNLOAD="http://distfiles.master.finkmirrors.net/task-1.8.5.tar.gz"
MD5SUM="b7e5ab3abf624027068d9a01bf684035"
DOWNLOAD="http://www.taskwarrior.org/download/task-1.9.3.tar.gz"
MD5SUM="997aeb6bee5785b2148ad8fb665551d320114cea"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Zoran Stojakovic"
EMAIL="stojakovic.zoran@gmail.com"
APPROVED="Erik Hanson"
APPROVED="rworkman"