mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
system/aha: Updated for version 0.5.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
6ce86694e5
commit
ea2d49566d
2 changed files with 7 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue