diff options
author | Zoran Stojakovic <stojakovic.zoran@gmail.com> | 2011-02-06 01:40:06 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-02-06 01:40:06 -0600 |
commit | 6faaca54354e189633525628fc929198032c584f (patch) | |
tree | dcb47fa8d8dfa4a8a5fb6786772b60dcb3735eca | |
parent | 059becca1b65c52c036c0af9201ee808ec8d4872 (diff) | |
download | slackbuilds-6faaca54354e189633525628fc929198032c584f.tar.gz |
misc/task: Updated for version 1.9.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | misc/task/task.SlackBuild | 9 | ||||
-rw-r--r-- | misc/task/task.info | 8 |
2 files changed, 7 insertions, 10 deletions
diff --git a/misc/task/task.SlackBuild b/misc/task/task.SlackBuild index 94f2128272..876313775f 100644 --- a/misc/task/task.SlackBuild +++ b/misc/task/task.SlackBuild @@ -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 diff --git a/misc/task/task.info b/misc/task/task.info index a7ae4067fc..f23f5e7e57 100644 --- a/misc/task/task.info +++ b/misc/task/task.info @@ -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" |