diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-05 07:31:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-06 00:02:53 +0700 |
commit | eb218cfd9bd6990dc8dc70381e3e1f6de141a335 (patch) | |
tree | 7ce8774d7a4cb32f73729c5f966741590175bc44 /desktop | |
parent | 1098c7c88fd91e6fc23be269fa99ff397058e87c (diff) | |
download | slackbuilds-eb218cfd9bd6990dc8dc70381e3e1f6de141a335.tar.gz |
desktop/whaw: Fix DOWNLOAD source and update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/whaw/whaw.SlackBuild | 7 | ||||
-rw-r--r-- | desktop/whaw/whaw.info | 2 |
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="" |