diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-28 15:02:47 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-01 06:57:11 +0700 |
commit | 7ce671127469a98ef5c1b8a3c805f72419fc0c52 (patch) | |
tree | 4ae2fe8ccc80b870d5ac366b4e7a43e4fd334013 /system/aha | |
parent | 63fe4b60e92204e924379cdcc4d01a2d5acaa1a0 (diff) |
system/aha: Updated for version 0.4.10.6.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/aha')
-rw-r--r-- | system/aha/aha.SlackBuild | 12 | ||||
-rw-r--r-- | system/aha/aha.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/system/aha/aha.SlackBuild b/system/aha/aha.SlackBuild index 2b7df54bf5f3..c8d8d5d5cb2a 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 391484a70ca7..f3be44f23f66 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="" |