diff options
author | Roberto Neri <rneri@libero.it> | 2011-05-08 23:24:12 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-05-08 23:24:12 -0500 |
commit | 6e71ef9abbd4ede5379f1ebbeddd6e9dedb8a16e (patch) | |
tree | a285d4388276bd36e5a5d2bc6b6468cc23d41aac | |
parent | 6c9f7346582450e381d39d66606c41d878e53f5e (diff) | |
download | slackbuilds-6e71ef9abbd4ede5379f1ebbeddd6e9dedb8a16e.tar.gz |
network/smb4k: Updated for version 0.10.10.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | network/smb4k/README | 4 | ||||
-rw-r--r-- | network/smb4k/slack-desc | 22 | ||||
-rw-r--r-- | network/smb4k/smb4k.SlackBuild | 5 | ||||
-rw-r--r-- | network/smb4k/smb4k.info | 6 |
4 files changed, 19 insertions, 18 deletions
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 <rneri@libero.it> 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" |