From 2db11e1838e0c066b2bef216ac9c7254e4201afe Mon Sep 17 00:00:00 2001 From: B. Watson Date: Tue, 2 Jul 2013 16:00:08 -0500 Subject: accessibility/unclutter: Updated for version 1.09. Signed-off-by: Erik Hanson --- accessibility/unclutter/unclutter.SlackBuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'accessibility/unclutter/unclutter.SlackBuild') diff --git a/accessibility/unclutter/unclutter.SlackBuild b/accessibility/unclutter/unclutter.SlackBuild index b0d5efb957..35a533cf51 100644 --- a/accessibility/unclutter/unclutter.SlackBuild +++ b/accessibility/unclutter/unclutter.SlackBuild @@ -7,16 +7,14 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. PRGNAM=unclutter -VERSION=${VERSION:-8} +VERSION=${VERSION:-1.09} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -45,9 +43,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM +rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM +cd $PRGNAM-$VERSION chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -56,7 +54,8 @@ find . \ -exec chmod 644 {} \; xmkmf -a -make CDEBUGFLAGS="$SLKCFLAGS -fno-strength-reduce -fno-strict-aliasing" +#make CDEBUGFLAGS="$SLKCFLAGS -fno-strength-reduce -fno-strict-aliasing" +make CDEBUGFLAGS="$SLKCFLAGS" # manual install since "make install" fails to install the man page strip $PRGNAM -- cgit v1.2.3