mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/heimdal: Updated for version 0.7.2
This commit is contained in:
parent
c0be9d7aed
commit
e49436de84
2 changed files with 11 additions and 3 deletions
|
@ -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 {} \;
|
||||
)
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue