From ea2d49566db67bd9d10c3ae6e188dd2b1b107597 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Sat, 1 Dec 2018 03:43:23 -0500 Subject: system/aha: Updated for version 0.5. Signed-off-by: B. Watson --- system/aha/aha.SlackBuild | 10 ++++------ system/aha/aha.info | 6 +++--- 2 files changed, 7 insertions(+), 9 deletions(-) (limited to 'system') diff --git a/system/aha/aha.SlackBuild b/system/aha/aha.SlackBuild index c8d8d5d5cb..3650feb9c5 100644 --- a/system/aha/aha.SlackBuild +++ b/system/aha/aha.SlackBuild @@ -7,12 +7,13 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ # for details. +# 20181201 bkw: update for 0.5 # 20170328 bkw: update for 0.4.10.6, use 'make install' instead of manually # 20170301 bkw: update for 0.4.10.5, use long-form github URL # 20170122 bkw: update for 0.4.10.3 PRGNAM=aha -VERSION=${VERSION:-0.4.10.6} +VERSION=${VERSION:-0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,11 +53,8 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ make CFLAGS="$SLKCFLAGS" LDFLAGS="-s" make PREFIX=/usr MANDIR=/usr/man DESTDIR=$PKG install diff --git a/system/aha/aha.info b/system/aha/aha.info index f3be44f23f..de779cecc8 100644 --- a/system/aha/aha.info +++ b/system/aha/aha.info @@ -1,8 +1,8 @@ PRGNAM="aha" -VERSION="0.4.10.6" +VERSION="0.5" HOMEPAGE="https://github.com/theZiz/aha" -DOWNLOAD="https://github.com/theZiz/aha/archive/0.4.10.6/aha-0.4.10.6.tar.gz" -MD5SUM="6e45d6a0079e0703d3dbc263bf9a5909" +DOWNLOAD="https://github.com/theZiz/aha/archive/0.5/aha-0.5.tar.gz" +MD5SUM="bac3269f6ec0218a62e4379ed9253c8a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3