From 6e71ef9abbd4ede5379f1ebbeddd6e9dedb8a16e Mon Sep 17 00:00:00 2001 From: Roberto Neri Date: Sun, 8 May 2011 23:24:12 -0500 Subject: network/smb4k: Updated for version 0.10.10. Signed-off-by: Robby Workman --- network/smb4k/README | 4 ++-- network/smb4k/slack-desc | 22 +++++++++++----------- network/smb4k/smb4k.SlackBuild | 5 +++-- network/smb4k/smb4k.info | 6 +++--- 4 files changed, 19 insertions(+), 18 deletions(-) (limited to 'network') diff --git a/network/smb4k/README b/network/smb4k/README index ad8c95185f..a47fd61932 100644 --- a/network/smb4k/README +++ b/network/smb4k/README @@ -1,3 +1,3 @@ -Smb4K is an advanced network neighborhood browser for KDE and a frontend -to the programs of the Samba software suite. Its purpose is to provide +Smb4K is an advanced network neighborhood browser for KDE and a frontend +to the programs of the Samba software suite. Its purpose is to provide a program that's easy to use and has as many features as possible. diff --git a/network/smb4k/slack-desc b/network/smb4k/slack-desc index 22760ea562..50d4fc4cd8 100644 --- a/network/smb4k/slack-desc +++ b/network/smb4k/slack-desc @@ -1,19 +1,19 @@ # HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| smb4k: smb4k (A SMB Share Browser) -smb4k: -smb4k: SSmb4K is an advanced network neighborhood browser for KDE and a +smb4k: +smb4k: Smb4K is an advanced network neighborhood browser for KDE and a smb4k: frontend to the programs of the Samba software suite. Its purpose is -smb4k: to provide a program that's easy to use and has as many features as +smb4k: to provide a program that's easy to use and has as many features as smb4k: possible. -smb4k: -smb4k: +smb4k: smb4k: Homepage: http://smb4k.berlios.de/ -smb4k: -smb4k: +smb4k: +smb4k: +smb4k: diff --git a/network/smb4k/smb4k.SlackBuild b/network/smb4k/smb4k.SlackBuild index b45a0dcb11..5d24d745ad 100644 --- a/network/smb4k/smb4k.SlackBuild +++ b/network/smb4k/smb4k.SlackBuild @@ -6,7 +6,7 @@ # Written by Roberto Neri PRGNAM=smb4k -VERSION=${VERSION:-0.10.9} +VERSION=${VERSION:-0.10.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,13 +68,14 @@ cd build make install DESTDIR=$PKG cd .. -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ AUTHORS BUGS ChangeLog COPYING FAQ README TODO \ $PKG/usr/doc/$PRGNAM-$VERSION +( cd $PKG/usr/doc/$PRGNAM-$VERSION ; chmod 644 * ) cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/network/smb4k/smb4k.info b/network/smb4k/smb4k.info index a29f07b8f4..92432c772b 100644 --- a/network/smb4k/smb4k.info +++ b/network/smb4k/smb4k.info @@ -1,8 +1,8 @@ PRGNAM="smb4k" -VERSION="0.10.9" +VERSION="0.10.10" HOMEPAGE="http://smb4k.berlios.de/" -DOWNLOAD="http://download.berlios.de/smb4k/smb4k-0.10.9.tar.bz2" -MD5SUM="37189747c2a794e23caca8cb77ba2d59" +DOWNLOAD="http://download.berlios.de/smb4k/smb4k-0.10.10.tar.bz2" +MD5SUM="637ca913ffe9ac24a4dd09d4eddf0dcf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Roberto Neri" -- cgit v1.2.3