diff options
Diffstat (limited to 'source/n/netkit-ntalk')
-rwxr-xr-x | source/n/netkit-ntalk/netkit-ntalk.SlackBuild | 17 | ||||
-rw-r--r-- | source/n/netkit-ntalk/slack-desc | 8 |
2 files changed, 17 insertions, 8 deletions
diff --git a/source/n/netkit-ntalk/netkit-ntalk.SlackBuild b/source/n/netkit-ntalk/netkit-ntalk.SlackBuild index 9b41fa2d..a3120b08 100755 --- a/source/n/netkit-ntalk/netkit-ntalk.SlackBuild +++ b/source/n/netkit-ntalk/netkit-ntalk.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 2007-2010 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. @@ -20,21 +20,30 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +cd $(dirname $0) ; CWD=$(pwd) +PKGNAM=netkit-ntalk VERSION=0.17 -BUILD=${BUILD:-3} +BUILD=${BUILD:-5} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) export ARCH=i486 ;; + i?86) export ARCH=i586 ;; arm*) export ARCH=arm ;; # Unless $ARCH is already set, use uname -m for all other archs: *) export ARCH=$( uname -m ) ;; esac fi -CWD=$(pwd) +# If the variable PRINT_PACKAGE_NAME is set, then this script will report what +# the name of the created package would be, and then exit. This information +# could be useful to other scripts. +if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then + echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz" + exit 0 +fi + TMP=${TMP:-/tmp} PKG=$TMP/package-netkit-ntalk diff --git a/source/n/netkit-ntalk/slack-desc b/source/n/netkit-ntalk/slack-desc index 97b9d8c7..8881e711 100644 --- a/source/n/netkit-ntalk/slack-desc +++ b/source/n/netkit-ntalk/slack-desc @@ -1,15 +1,15 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line +# The "handy ruler" below makes it easier to edit a package description. Line # up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| netkit-ntalk: netkit-ntalk (talk client and talkd daemon) netkit-ntalk: netkit-ntalk: talk and talkd are the BSD communication client server system for -netkit-ntalk: the command line. "talk" is the client that asks another user to +netkit-ntalk: the command line. "talk" is the client that asks another user to netkit-ntalk: respond; and "in.talkd" is the server that notifies a user that netkit-ntalk: someone else wants to initiate a conversation. netkit-ntalk: |