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>
This commit is contained in:
parent
e27b57525f
commit
ce240f4850
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue