summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/whaw/whaw.SlackBuild7
-rw-r--r--desktop/whaw/whaw.info2
2 files changed, 5 insertions, 4 deletions
diff --git a/desktop/whaw/whaw.SlackBuild b/desktop/whaw/whaw.SlackBuild
index dc1c24890a..0f5a6190c4 100644
--- a/desktop/whaw/whaw.SlackBuild
+++ b/desktop/whaw/whaw.SlackBuild
@@ -4,7 +4,7 @@
# Written by Phillip Warner <pc_warner@yahoo.com>
PRGNAM=whaw
-VERSION=0.1.2
+VERSION=${VERSION:-0.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -47,12 +47,13 @@ find -L . \
CFLAGS="$SLKCFLAGS" \
CPPFLAGS="$SLKCFLAGS" \
./configure \
- --prefix=/usr
+ --prefix=/usr \
+ --mandir=/usr/man
CFLAGS="$SLKCFLAGS" CPPFLAGS="$SLKCFLAGS" make
make install DESTDIR=$PKG
-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
# Compress the man page
diff --git a/desktop/whaw/whaw.info b/desktop/whaw/whaw.info
index bd2e465127..ce88b349ae 100644
--- a/desktop/whaw/whaw.info
+++ b/desktop/whaw/whaw.info
@@ -1,7 +1,7 @@
PRGNAM="whaw"
VERSION="0.1.2"
HOMEPAGE="http://repetae.net/computer/whaw/"
-DOWNLOAD="http://repetae.net/computer/whaw/drop/whaw-0.1.2.tar.gz"
+DOWNLOAD="http://sourceforge.net/projects/salix-sbo/files/13.37/whaw/whaw-0.1.2.tar.gz"
MD5SUM="4d45e7b8e99ecd3433749de47ed1e9c0"
DOWNLOAD_x86_64="UNTESTED"
MD5SUM_x86_64=""