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>
This commit is contained in:
Isaac Yu 2021-02-13 02:07:02 +00:00 committed by Willy Sudiarto Raharjo
parent 10d0e3ea00
commit 1afc6f0308
No known key found for this signature in database
GPG key ID: 3F617144D7238786
4 changed files with 14 additions and 14 deletions

View file

@ -1,5 +1,5 @@
SFeed is a simple RSS and Atom parser.
README.SLACKWARE contains starter tips.
/usr/doc/sfeed-0.9.19/README contains detailed post-install
/usr/doc/sfeed-0.9.21/README contains detailed post-install
instructions.

View file

@ -1,17 +1,17 @@
The following instructions are taken from /usr/doc/sfeed-0.9.19/README
Note that the slackbuild removes /usr/share/doc/sfeed; thus, please
copy necessary files from /usr/doc/sfeed-0.9.19
The following instructions are taken from /usr/doc/sfeed-0.9.21/README
Note that the slackbuild removes /usr/share/doc/sfeed; thus, please
copy necessary files from /usr/doc/sfeed-0.9.21
- Initialize sfeed folders:
- Initialize sfeed folders:
mkdir -p "$HOME/.sfeed/feeds"
- Initialize sfeedrc, such as by copying and editing the example file:
cp /usr/doc/sfeed-0.9.19/sfeedrc.example "$HOME/.sfeed/sfeedrc"
cp /usr/doc/sfeed-0.9.21/sfeedrc.example "$HOME/.sfeed/sfeedrc"
$EDITOR "$HOME/.sfeed/sfeedrc"
- Update feeds:
sfeed_update
- Format feeds. For example, view feeds in HTML (no frames).
cp /usr/doc/sfeed-0.9.19/style.css "$HOME/.sfeed/style.css"
cp /usr/doc/sfeed-0.9.21/style.css "$HOME/.sfeed/style.css"
sfeed_html $HOME/.sfeed/feeds/* > "$HOME/.sfeed/feeds.html"

View file

@ -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

View file

@ -1,8 +1,8 @@
PRGNAM="sfeed"
VERSION="0.9.19"
VERSION="0.9.21"
HOMEPAGE="https://codemadness.org/releases/sfeed/"
DOWNLOAD="https://codemadness.org/releases/sfeed/sfeed-0.9.19.tar.gz"
MD5SUM="d09363415608cd771a140cd193c4a129"
DOWNLOAD="https://codemadness.org/releases/sfeed/sfeed-0.9.21.tar.gz"
MD5SUM="c06fc4b58b81038c804b4d9aacd69edd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""