diff options
author | Brian Muramatsu <btmura@gmail.com> | 2010-05-13 13:15:51 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-16 22:24:33 -0500 |
commit | ef9ba90d6cf01cc79eea2b09736ff3350bfdb98c (patch) | |
tree | 3cba654bbf26e9b6a09582887b31f6dc0867870a /network/wol | |
parent | b156c6846d9e05465d9a36c185aeee1e84eea003 (diff) | |
download | slackbuilds-ef9ba90d6cf01cc79eea2b09736ff3350bfdb98c.tar.gz |
network/wol: Updated for version 0.7.1.
Diffstat (limited to 'network/wol')
-rw-r--r-- | network/wol/wol.SlackBuild | 8 | ||||
-rw-r--r-- | network/wol/wol.info | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/network/wol/wol.SlackBuild b/network/wol/wol.SlackBuild index 5278b6cc33..5f31ee85bd 100644 --- a/network/wol/wol.SlackBuild +++ b/network/wol/wol.SlackBuild @@ -53,12 +53,8 @@ CFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null -) +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 || exit 1 find . -type f -exec gzip -9 {} \; diff --git a/network/wol/wol.info b/network/wol/wol.info index befdb43e17..49b01d0ae5 100644 --- a/network/wol/wol.info +++ b/network/wol/wol.info @@ -2,8 +2,8 @@ PRGNAM="wol" VERSION="0.7.1" HOMEPAGE="http://sourceforge.net/projects/wake-on-lan/" DOWNLOAD="http://downloads.sourceforge.net/wake-on-lan/wol-0.7.1.tar.gz" -DOWNLOAD_x86_64="" MD5SUM="c2fa9d7e771134ac8c89d56b8197d4ca" +DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Brian Muramatsu" EMAIL="btmura@gmail.com" |