diff options
author | David Sullins <david.sullins@gmail.com> | 2016-10-13 13:11:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-13 13:11:36 +0700 |
commit | 1faff90b6e63f3190fa7bdcb72268e1c30cc993c (patch) | |
tree | 1f0a531b939dcf7e9a29813c296fa742d6aee765 /development/p4 | |
parent | 7f44ba9145de73395c653cf58b965d7efe16475f (diff) | |
download | slackbuilds-1faff90b6e63f3190fa7bdcb72268e1c30cc993c.tar.gz |
development/p4: Updated for version 2016.1.1443785.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/p4')
-rw-r--r-- | development/p4/README | 5 | ||||
-rw-r--r-- | development/p4/p4.SlackBuild | 14 | ||||
-rw-r--r-- | development/p4/p4.info | 6 |
3 files changed, 12 insertions, 13 deletions
diff --git a/development/p4/README b/development/p4/README index 4261643a57..91871734d4 100644 --- a/development/p4/README +++ b/development/p4/README @@ -1,6 +1,7 @@ This is the command line client for the Perforce change control system. -For a graphical Perforce client, see the "p4v" Slackbuild. +For a graphical Perforce client, see the "p4v" Slackbuild. For the Perforce +server, see the "p4d" Slackbuild. For an excellent introduction to Perforce, check out: -http://www.perforce.com/perforce/doc.092/manuals/intro/index.html +https://www.perforce.com/perforce/doc.current/manuals/intro/index.html diff --git a/development/p4/p4.SlackBuild b/development/p4/p4.SlackBuild index 4da98d5279..c798681781 100644 --- a/development/p4/p4.SlackBuild +++ b/development/p4/p4.SlackBuild @@ -1,11 +1,11 @@ #!/bin/sh # Slackware build script for p4 -# Manpage from: http://www.perforce.com/perforce/doc.052/man/p4.1 # Written by Andy Bailey <GooseYArd@gmail.com> +# Modified by David Sullins <david.sullins@gmail.com> PRGNAM=p4 -VERSION=${VERSION:-2016.1.1411799} +VERSION=${VERSION:-2016.1.1443785} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -25,13 +25,11 @@ OUTPUT=${OUTPUT:-/tmp} set -e mkdir -p $TMP $PKG $OUTPUT -mkdir -p $PKG/usr/bin $PKG/usr/man/man1 -cp $CWD/p4 $PKG/usr/bin -gzip -9 -c < $CWD/p4.man > $PKG/usr/man/man1/p4.1.gz +mkdir -p $PKG/usr/bin +cp $CWD/$PRGNAM $PKG/usr/bin -chown root:root $PKG/usr/bin/p4 $PKG/usr/man/man1/p4.1.gz -chmod 0755 $PKG/usr/bin/p4 -chmod 0644 $PKG/usr/man/man1/p4.1.gz +chown root:root $PKG/usr/bin/$PRGNAM +chmod 0755 $PKG/usr/bin/$PRGNAM mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/development/p4/p4.info b/development/p4/p4.info index 438059cf1f..46896d81eb 100644 --- a/development/p4/p4.info +++ b/development/p4/p4.info @@ -1,10 +1,10 @@ PRGNAM="p4" -VERSION="2016.1.1411799" +VERSION="2016.1.1443785" HOMEPAGE="http://www.perforce.com/" DOWNLOAD="http://www.perforce.com/downloads/perforce/r16.1/bin.linux26x86/p4" -MD5SUM="34c347427e1b06bb06b51c3d3243ccff" +MD5SUM="b252766d66b06e936afd026c3bea6c2e" DOWNLOAD_x86_64="http://www.perforce.com/downloads/perforce/r16.1/bin.linux26x86_64/p4" -MD5SUM_x86_64="588f07a0a92836ca50d145b6985e1482" +MD5SUM_x86_64="1b48c93865b1403589e0082d6dfc7d8d" REQUIRES="" MAINTAINER="David Sullins" EMAIL="david.sullins@gmail.com" |