diff options
author | Cezary M. Kruk <c.kruk@bigfoot.com> | 2011-07-12 04:55:56 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:04 -0300 |
commit | 31d9e39f40365636e15a98b6940a313177f5905b (patch) | |
tree | 9312a13eba70a41a64ee5180c041fb5580d3e76a /desktop | |
parent | 0f30ed4aba237e066d0cc5f10db94612449308fd (diff) | |
download | slackbuilds-31d9e39f40365636e15a98b6940a313177f5905b.tar.gz |
desktop/wmmixer: Updated website info and fixed manpages.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/wmnet/slack-desc | 2 | ||||
-rw-r--r-- | desktop/wmnet/wmnet.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/wmnet/wmnet.info | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/desktop/wmnet/slack-desc b/desktop/wmnet/slack-desc index 370eadd2ee..bb185013fd 100644 --- a/desktop/wmnet/slack-desc +++ b/desktop/wmnet/slack-desc @@ -11,7 +11,7 @@ wmnet: wmnet: wmnet polls network statistics and does a few things with the data it wmnet: gets. It has small blinking lights for the rx and tx of IP packets, a wmnet: digital speedometer of your networks current speed and a bar graph -wmnet: like xload plotting your throughput. +wmnet: like xload plotting your throughput. wmnet: wmnet: wmnet: diff --git a/desktop/wmnet/wmnet.SlackBuild b/desktop/wmnet/wmnet.SlackBuild index 42993bb4ec..6b128d4fad 100644 --- a/desktop/wmnet/wmnet.SlackBuild +++ b/desktop/wmnet/wmnet.SlackBuild @@ -63,7 +63,7 @@ make \ LIBDIR="-L/usr/lib${LIBDIRSUFFIX}/X11" make install DESTDIR=$PKG -# Copying manual to the correct location +# Copying manual to the correct location gzip -9c wmnet.man > $PKG/usr/man/man1/wmnet.1.gz find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/desktop/wmnet/wmnet.info b/desktop/wmnet/wmnet.info index f25e382578..6183ab5be8 100644 --- a/desktop/wmnet/wmnet.info +++ b/desktop/wmnet/wmnet.info @@ -1,10 +1,10 @@ PRGNAM="wmnet" VERSION="1.06" -HOMEPAGE="http://linux.vooa.pl" -DOWNLOAD="http://linux.vooa.pl/wmnet-1.06.tar.gz" +HOMEPAGE="http://linux-bsd-unix.strefa.pl" +DOWNLOAD="http://linux-bsd-unix.strefa.pl/wmnet-1.06.tar.gz" MD5SUM="64e74c37c0cb5fd4fb81cfb0f5c4a264" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Cezary M. Kruk" EMAIL="c.kruk@bigfoot.com" -APPROVED="rworkman" +APPROVED="dsomero" |