diff options
Diffstat (limited to 'misc/pinfo/pinfo.SlackBuild')
-rw-r--r-- | misc/pinfo/pinfo.SlackBuild | 13 |
1 files changed, 11 insertions, 2 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 |