diff options
author | Menno E. Duursma <druiloor@zonnet.nl> | 2010-05-11 19:45:52 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackbuilds.org> | 2010-05-11 19:45:52 +0200 |
commit | e49436de848fc711ef23afd85b0a987ef2418d00 (patch) | |
tree | 2af186a4c8e2934b0202c68241ea7a8836032d6a /network/heimdal | |
parent | c0be9d7aed1c57d9b8ecdcd780d86d9896e15885 (diff) | |
download | slackbuilds-e49436de848fc711ef23afd85b0a987ef2418d00.tar.gz |
network/heimdal: Updated for version 0.7.2
Diffstat (limited to 'network/heimdal')
-rw-r--r-- | network/heimdal/heimdal.SlackBuild | 4 | ||||
-rw-r--r-- | network/heimdal/slack-desc | 10 |
2 files changed, 11 insertions, 3 deletions
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. |