diff options
author | Andy Alt <andyqwerty@users.sourceforge.net> | 2016-08-07 16:08:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-07 18:55:32 +0700 |
commit | 3bead37c090b35e626d55459d17aaf584b16f12f (patch) | |
tree | cfe27801377b6fb11c80b8e2158bb0deaf1f68d3 /system/rmw | |
parent | c6427f9e57f1c9767600427196b38ed86ab32475 (diff) | |
download | slackbuilds-3bead37c090b35e626d55459d17aaf584b16f12f.tar.gz |
system/rmw: Updated for version 2016.08.06.01a.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/rmw')
-rw-r--r-- | system/rmw/README | 10 | ||||
-rw-r--r-- | system/rmw/rmw.SlackBuild | 5 | ||||
-rw-r--r-- | system/rmw/rmw.info | 6 | ||||
-rw-r--r-- | system/rmw/slack-desc | 2 |
4 files changed, 10 insertions, 13 deletions
diff --git a/system/rmw/README b/system/rmw/README index 228bc135a7..98a86c6d44 100644 --- a/system/rmw/README +++ b/system/rmw/README @@ -1,5 +1,5 @@ -rmw (Remove to Waste) is a bash script which functions as a command -line recycle bin/trash can utility. Optionally, it can ReMove files to -Desktop trash and has been tested on GNOME, KDE, and Xfce. It features -quick and easy restoration from the command line, duplication protection, -and can purge files after x amount of days. +rmw (Remove to Waste) functions as a command line recycle bin/trash can +utility. Optionally, it can ReMove files to Desktop trash and has been +tested on GNOME, KDE, and Xfce. It features quick and easy restoration +from the command line, duplication protection, and can purge files after +x amount of days. diff --git a/system/rmw/rmw.SlackBuild b/system/rmw/rmw.SlackBuild index b2efb85a00..6e683283a9 100644 --- a/system/rmw/rmw.SlackBuild +++ b/system/rmw/rmw.SlackBuild @@ -5,7 +5,7 @@ # Written by (Andy Alt) (andyqwerty@users.sourceforge.net) PRGNAM=rmw -VERSION=${VERSION:-0.98.4.2beta} +VERSION=${VERSION:-2016.08.06.01a} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,9 +63,6 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -find $PKG/usr/man -type f -exec gzip -9 {} \; -for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done - cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/rmw/rmw.info b/system/rmw/rmw.info index 512d26d992..c15fae12ab 100644 --- a/system/rmw/rmw.info +++ b/system/rmw/rmw.info @@ -1,8 +1,8 @@ PRGNAM="rmw" -VERSION="0.98.4.2beta" +VERSION="2016.08.06.01a" HOMEPAGE="http://rmw.sf.net/" -DOWNLOAD="http://downloads.sourceforge.net/rmw/rmw-0.98.4.2beta.tar.gz" -MD5SUM="6be5969f63342c9943568eed9ef3f304" +DOWNLOAD="https://sourceforge.net/projects/rmw/files/rmw-2016.08.06.01a.tar.gz" +MD5SUM="2468432ae60c0a33b398cfd276368783" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/system/rmw/slack-desc b/system/rmw/slack-desc index d2ba330c66..59bab62592 100644 --- a/system/rmw/slack-desc +++ b/system/rmw/slack-desc @@ -8,7 +8,7 @@ |-----handy-ruler------------------------------------------------------| rmw: rmw (command line trash can/recycle bin) rmw: -rmw: rmw (ReMove to Waste) is a bash script which functions +rmw: rmw (ReMove to Waste) functions rmw: as a command line recycle bin/trash can utility. Optionally, rmw: it can ReMove files to Desktop trash and has been tested rmw: on GNOME, KDE, and Xfce. It features quick and easy restoration |