From 7ce671127469a98ef5c1b8a3c805f72419fc0c52 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 28 Mar 2017 15:02:47 -0400 Subject: system/aha: Updated for version 0.4.10.6. Signed-off-by: B. Watson --- system/aha/aha.SlackBuild | 12 ++++++------ system/aha/aha.info | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'system') diff --git a/system/aha/aha.SlackBuild b/system/aha/aha.SlackBuild index 2b7df54bf5..c8d8d5d5cb 100644 --- a/system/aha/aha.SlackBuild +++ b/system/aha/aha.SlackBuild @@ -7,11 +7,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ # for details. -# 20170301 bkw: update for 0.4.10.5, use long-forn github URL +# 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.5} +VERSION=${VERSION:-0.4.10.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -57,10 +58,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -make CFLAGS="$SLKCFLAGS" PREFIX=/usr DESTDIR=$PKG all -mkdir -p $PKG/usr/bin $PKG/usr/man/man1 -install -s -m0755 $PRGNAM $PKG/usr/bin -gzip -9c < $PRGNAM.1 > $PKG/usr/man/man1/$PRGNAM.1.gz +make CFLAGS="$SLKCFLAGS" LDFLAGS="-s" +make PREFIX=/usr MANDIR=/usr/man DESTDIR=$PKG install +gzip -9 $PKG/usr/man/man1/$PRGNAM.1 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a CHANGELOG README* $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/system/aha/aha.info b/system/aha/aha.info index 391484a70c..f3be44f23f 100644 --- a/system/aha/aha.info +++ b/system/aha/aha.info @@ -1,8 +1,8 @@ PRGNAM="aha" -VERSION="0.4.10.5" +VERSION="0.4.10.6" HOMEPAGE="https://github.com/theZiz/aha" -DOWNLOAD="https://github.com/theZiz/aha/archive/0.4.10.5/aha-0.4.10.5.tar.gz" -MD5SUM="ea4edfdebe796fc69a66214f36558fc5" +DOWNLOAD="https://github.com/theZiz/aha/archive/0.4.10.6/aha-0.4.10.6.tar.gz" +MD5SUM="6e45d6a0079e0703d3dbc263bf9a5909" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3-65-gdbad