From e49436de848fc711ef23afd85b0a987ef2418d00 Mon Sep 17 00:00:00 2001 From: "Menno E. Duursma" Date: Tue, 11 May 2010 19:45:52 +0200 Subject: network/heimdal: Updated for version 0.7.2 --- network/heimdal/heimdal.SlackBuild | 4 ++-- network/heimdal/slack-desc | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'network/heimdal') diff --git a/network/heimdal/heimdal.SlackBuild b/network/heimdal/heimdal.SlackBuild index d312247083..416140552d 100644 --- a/network/heimdal/heimdal.SlackBuild +++ b/network/heimdal/heimdal.SlackBuild @@ -11,7 +11,7 @@ VERSION=0.7.2 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -76,7 +76,7 @@ make install DESTDIR=$PKG || exit 1 # Compress manual pages, delete 'cat' pages that do not belong here ( cd $PKG/usr/heimdal/man rm -rf cat? - for i in `find . -type l` ; do ln -s $( readlink $i ).gz $i.gz ; rm -f $i ; done + for i in $(find . -type l) ; do ln -s $( readlink $i ).gz $i.gz ; rm -f $i ; done find . -type f -name "*.?" -exec gzip -9f {} \; ) diff --git a/network/heimdal/slack-desc b/network/heimdal/slack-desc index be529945ad..8d1d4874a0 100644 --- a/network/heimdal/slack-desc +++ b/network/heimdal/slack-desc @@ -1,4 +1,12 @@ -heimdal: KTH Heimdal Kerberos +# HOW TO EDIT THIS FILE: +# 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 +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +heimdal: heimdal (KTH Heimdal Kerberos) heimdal: heimdal: Heimdal is an implementation of Kerberos 5, largely written in Sweden. heimdal: It is freely available under a three clause BSD style license. -- cgit v1.2.3