From 9d1404b12ba757490a2a6fabc35ae22a2e6d765d Mon Sep 17 00:00:00 2001 From: David Woodfall Date: Fri, 27 Mar 2015 21:17:54 +0700 Subject: network/wifi-radar: Updated for version 2.0.s10. Signed-off-by: Willy Sudiarto Raharjo --- network/wifi-radar/wifi-radar.SlackBuild | 16 +++++++--------- network/wifi-radar/wifi-radar.info | 8 ++++---- 2 files changed, 11 insertions(+), 13 deletions(-) (limited to 'network') diff --git a/network/wifi-radar/wifi-radar.SlackBuild b/network/wifi-radar/wifi-radar.SlackBuild index 7c3c01641d..c3a9814294 100644 --- a/network/wifi-radar/wifi-radar.SlackBuild +++ b/network/wifi-radar/wifi-radar.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wifi-radar -VERSION=${VERSION:-2.0.s08} +VERSION=${VERSION:-2.0.s10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; patch --verbose -p1 < $CWD/dhcpcd.diff patch --verbose -p1 < $CWD/kdesu.diff @@ -78,16 +78,14 @@ make install DESTDIR=$PKG/usr sbindir=$PKG/opt/wifi-radar sysconfdir=$PKG/etc ma rm -r $PKG/etc install -m 755 -D $CWD/wifi-radar $PKG/usr/bin/wifi-radar -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 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 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - LICENSE.GPL docs/* \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE.GPL docs/* $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/network/wifi-radar/wifi-radar.info b/network/wifi-radar/wifi-radar.info index 7db1115573..2453167d1c 100644 --- a/network/wifi-radar/wifi-radar.info +++ b/network/wifi-radar/wifi-radar.info @@ -1,8 +1,8 @@ PRGNAM="wifi-radar" -VERSION="2.0.s08" -HOMEPAGE="http://sourceforge.net/projects/wifi-radar.berlios/" -DOWNLOAD="http://sourceforge.net/projects/wifi-radar.berlios/files/wifi-radar-2.0.s08.tar.bz2" -MD5SUM="cbad24805d5dc6696e38dc1df619c819" +VERSION="2.0.s10" +HOMEPAGE="http://wifi-radar.tuxfamily.org/" +DOWNLOAD="http://wifi-radar.tuxfamily.org/pub/wifi-radar-2.0.s10.tar.bz2" +MD5SUM="f29993d2af69e0c23e6a188f83a77578" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3