diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2021-02-13 02:07:02 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-14 06:27:56 +0700 |
commit | 1afc6f03084550a4e82be8f5575354a18013119f (patch) | |
tree | a5e6897d054fc1a32992b05a53e9c0d500c9a6d6 /network/sfeed/sfeed.SlackBuild | |
parent | 10d0e3ea00e1c06e8deca137411b00e2e0198663 (diff) | |
download | slackbuilds-1afc6f03084550a4e82be8f5575354a18013119f.tar.gz |
network/sfeed: Updated for version 0.9.21.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sfeed/sfeed.SlackBuild')
-rw-r--r-- | network/sfeed/sfeed.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/sfeed/sfeed.SlackBuild b/network/sfeed/sfeed.SlackBuild index 525acb5bec..79f9b381bd 100644 --- a/network/sfeed/sfeed.SlackBuild +++ b/network/sfeed/sfeed.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sfeed -# Copyright 2019-2020 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2019-2021 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,9 +23,9 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sfeed -VERSION=${VERSION:-0.9.19} +VERSION=${VERSION:-0.9.21} BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} +TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -70,7 +70,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; make -make install PREFIX=/usr DESTDIR=$PKG +make install PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |