From eb218cfd9bd6990dc8dc70381e3e1f6de141a335 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Fri, 5 Sep 2014 07:31:29 +0700 Subject: desktop/whaw: Fix DOWNLOAD source and update script. Signed-off-by: Willy Sudiarto Raharjo --- desktop/whaw/whaw.SlackBuild | 7 ++++--- desktop/whaw/whaw.info | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'desktop') 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 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="" -- cgit v1.2.3