mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
system/rmw: Updated for version 2016.08.06.01a.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c6427f9e57
commit
3bead37c09
4 changed files with 10 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
||||||
rmw (Remove to Waste) is a bash script which functions as a command
|
rmw (Remove to Waste) functions as a command line recycle bin/trash can
|
||||||
line recycle bin/trash can utility. Optionally, it can ReMove files to
|
utility. Optionally, it can ReMove files to Desktop trash and has been
|
||||||
Desktop trash and has been tested on GNOME, KDE, and Xfce. It features
|
tested on GNOME, KDE, and Xfce. It features quick and easy restoration
|
||||||
quick and easy restoration from the command line, duplication protection,
|
from the command line, duplication protection, and can purge files after
|
||||||
and can purge files after x amount of days.
|
x amount of days.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# Written by (Andy Alt) (andyqwerty@users.sourceforge.net)
|
# Written by (Andy Alt) (andyqwerty@users.sourceforge.net)
|
||||||
|
|
||||||
PRGNAM=rmw
|
PRGNAM=rmw
|
||||||
VERSION=${VERSION:-0.98.4.2beta}
|
VERSION=${VERSION:-2016.08.06.01a}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -63,9 +63,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
make
|
make
|
||||||
make install DESTDIR=$PKG
|
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
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="rmw"
|
PRGNAM="rmw"
|
||||||
VERSION="0.98.4.2beta"
|
VERSION="2016.08.06.01a"
|
||||||
HOMEPAGE="http://rmw.sf.net/"
|
HOMEPAGE="http://rmw.sf.net/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/rmw/rmw-0.98.4.2beta.tar.gz"
|
DOWNLOAD="https://sourceforge.net/projects/rmw/files/rmw-2016.08.06.01a.tar.gz"
|
||||||
MD5SUM="6be5969f63342c9943568eed9ef3f304"
|
MD5SUM="2468432ae60c0a33b398cfd276368783"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
rmw: rmw (command line trash can/recycle bin)
|
rmw: rmw (command line trash can/recycle bin)
|
||||||
rmw:
|
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: as a command line recycle bin/trash can utility. Optionally,
|
||||||
rmw: it can ReMove files to Desktop trash and has been tested
|
rmw: it can ReMove files to Desktop trash and has been tested
|
||||||
rmw: on GNOME, KDE, and Xfce. It features quick and easy restoration
|
rmw: on GNOME, KDE, and Xfce. It features quick and easy restoration
|
||||||
|
|
Loading…
Reference in a new issue