mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/luckybackup: Updated for version 0.4.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
1a0160a58f
commit
bba37468dc
2 changed files with 4 additions and 9 deletions
|
@ -22,7 +22,7 @@
|
|||
# SUCH DAMAGE.
|
||||
|
||||
PRGNAM=luckybackup
|
||||
VERSION=${VERSION:-0.3.5}
|
||||
VERSION=${VERSION:-0.4.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -88,11 +88,6 @@ rm -rf $PKG/usr/share/menu
|
|||
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
|
||||
)
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a readme/* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="luckybackup"
|
||||
VERSION="0.3.5"
|
||||
VERSION="0.4.3"
|
||||
HOMEPAGE="http://luckybackup.sourceforge.net/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/luckybackup/files/0.3.5/source/luckybackup-0.3.5.tar.gz"
|
||||
MD5SUM="58abb975e4b574d5a65ae1c2ce62393c"
|
||||
DOWNLOAD="http://sourceforge.net/projects/luckybackup/files/0.4.3/source/luckybackup-0.4.3.tar.gz"
|
||||
MD5SUM="df9acc953f4d2d9c0c5dcd2682fd68bf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="titopoquito"
|
||||
|
|
Loading…
Reference in a new issue