summaryrefslogtreecommitdiffstats
path: root/network/wmget
diff options
context:
space:
mode:
Diffstat (limited to 'network/wmget')
-rw-r--r--network/wmget/README18
-rw-r--r--network/wmget/wmget.SlackBuild6
2 files changed, 11 insertions, 13 deletions
diff --git a/network/wmget/README b/network/wmget/README
index 045a6c0deb..dec999299d 100644
--- a/network/wmget/README
+++ b/network/wmget/README
@@ -1,11 +1,9 @@
+wmget is a dock app for the GNU Window Maker window manager which
+makes it more convenient to perform long downloads in the background.
-wmget is a dock app for the GNU Window Maker window manager which makes it more
-convenient to perform long downloads in the background.
-
-This is useful if you tend to have dozens of windows open at a time and tend to
-do a lot of routine downloading. Just copy the link from your browser, middle-
-click on the wmget dockapp, and the download will start. No download windows or
-terminals required, and you can monitor the progress and stop the transfer if
-desired without opening or raising any windows or even changing desktops.
-
-NOTE: This SlackBuild Script PATCH for fixing a compile problem.
+This is useful if you tend to have dozens of windows open at a time
+and tend to do a lot of routine downloading. Just copy the link from
+your browser, middle-click on the wmget dockapp, and the download will
+start. No download windows or terminals required, and you can monitor
+the progress and stop the transfer if desired without opening or
+raising any windows or even changing desktops.
diff --git a/network/wmget/wmget.SlackBuild b/network/wmget/wmget.SlackBuild
index da20fd0237..6a293da726 100644
--- a/network/wmget/wmget.SlackBuild
+++ b/network/wmget/wmget.SlackBuild
@@ -32,7 +32,7 @@ PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -50,8 +50,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"