system/rmw: Updated for version 2016.08.06.01a.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andy Alt 2016-08-07 16:08:53 +07:00 committed by Willy Sudiarto Raharjo
parent c6427f9e57
commit 3bead37c09
No known key found for this signature in database
GPG key ID: 887B8374D7333381
4 changed files with 10 additions and 13 deletions

View file

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

View file

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

View file

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

View file

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