diff options
author | B. Watson <yalhcru@gmail.com> | 2020-07-08 03:34:57 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-29 10:08:09 +0700 |
commit | ce240f4850bb3778aa24bddf3e6eaad8ff92f6b4 (patch) | |
tree | 443e82e3bc8d916cab31cadff87706cc49370023 /misc | |
parent | e27b57525f730876362e4b676af178dd9db7ac38 (diff) | |
download | slackbuilds-ce240f4850bb3778aa24bddf3e6eaad8ff92f6b4.tar.gz |
misc/pinfo: Fix slack-desc, restore pman link.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/pinfo/pinfo.SlackBuild | 13 | ||||
-rw-r--r-- | misc/pinfo/slack-desc | 2 |
2 files changed, 12 insertions, 3 deletions
diff --git a/misc/pinfo/pinfo.SlackBuild b/misc/pinfo/pinfo.SlackBuild index 868bf1c597..5b318d1b5a 100644 --- a/misc/pinfo/pinfo.SlackBuild +++ b/misc/pinfo/pinfo.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pinfo -# Copyright 2009 Arun Prasannan - http://arunprasannan.com +# Copyright 2009 Arun Prasannan - <URL removed> # All rights reserved. # # Now maintained by B. Watson <yalhcru@gmail.com>. @@ -24,6 +24,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20200708 bkw: BUILD=2 +# - restore old 'pman' link (nothing conflicts) +# - fix homepage in slack-desc + # 20191221 bkw: # - take over maintenance. # - upgrade for v0.6.13... though if you really need to, you can still @@ -33,7 +37,7 @@ PRGNAM=pinfo VERSION=${VERSION:-0.6.13} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -97,6 +101,11 @@ rm -f $PKG/usr/info/dir # Let's not clobber the config file mv $PKG/etc/pinforc $PKG/etc/pinforc.new +# Upstream removed this as it conflicted with something on his system. +# It doesn't conflict with ours. +ln -s $PRGNAM $PKG/usr/bin/pman +ln -s $PRGNAM.1.gz $PKG/usr/man/man1/pman.1.gz + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS Change[lL]og* COPYING NEWS README* TECHSTUFF \ $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/misc/pinfo/slack-desc b/misc/pinfo/slack-desc index 989606848e..be3e7b2498 100644 --- a/misc/pinfo/slack-desc +++ b/misc/pinfo/slack-desc @@ -15,5 +15,5 @@ pinfo: pinfo: Pinfo is similar in use to lynx. It has similar key movements, and pinfo: gives similar intuition. pinfo: -pinfo: Homepage: https://alioth-archive.debian.org/releases/pinfo/pinfo/ +pinfo: Homepage: https://github.com/baszoetekouw/pinfo pinfo: |