diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-07-30 02:51:03 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-31 22:31:51 -0500 |
commit | 952a293306fb8ace94eda61b2ead9e16577482db (patch) | |
tree | c82a48f7f2b5023d933305126b9cb9f20fd76c4c /network/heimdal | |
parent | e502945912c3ccc6d55a6819bc921cf5f47cc4fd (diff) | |
download | slackbuilds-952a293306fb8ace94eda61b2ead9e16577482db.tar.gz |
network/heimdal: Updated for version 1.3.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/heimdal')
-rw-r--r-- | network/heimdal/config/heimdal.csh (renamed from network/heimdal/heimdal.csh) | 0 | ||||
-rw-r--r-- | network/heimdal/config/heimdal.sh (renamed from network/heimdal/heimdal.sh) | 0 | ||||
-rw-r--r-- | network/heimdal/config/kdc.conf (renamed from network/heimdal/kdc.conf) | 0 | ||||
-rw-r--r-- | network/heimdal/config/rc.heimdal (renamed from network/heimdal/rc.heimdal) | 0 | ||||
-rw-r--r-- | network/heimdal/heimdal.SlackBuild | 21 | ||||
-rw-r--r-- | network/heimdal/heimdal.info | 8 |
6 files changed, 12 insertions, 17 deletions
diff --git a/network/heimdal/heimdal.csh b/network/heimdal/config/heimdal.csh index be96ce7347..be96ce7347 100644 --- a/network/heimdal/heimdal.csh +++ b/network/heimdal/config/heimdal.csh diff --git a/network/heimdal/heimdal.sh b/network/heimdal/config/heimdal.sh index 561d30a296..561d30a296 100644 --- a/network/heimdal/heimdal.sh +++ b/network/heimdal/config/heimdal.sh diff --git a/network/heimdal/kdc.conf b/network/heimdal/config/kdc.conf index 180b8ab69e..180b8ab69e 100644 --- a/network/heimdal/kdc.conf +++ b/network/heimdal/config/kdc.conf diff --git a/network/heimdal/rc.heimdal b/network/heimdal/config/rc.heimdal index 7c0b93fe72..7c0b93fe72 100644 --- a/network/heimdal/rc.heimdal +++ b/network/heimdal/config/rc.heimdal diff --git a/network/heimdal/heimdal.SlackBuild b/network/heimdal/heimdal.SlackBuild index b2477f95a9..62f02ff77b 100644 --- a/network/heimdal/heimdal.SlackBuild +++ b/network/heimdal/heimdal.SlackBuild @@ -9,16 +9,14 @@ # http://sam.zoy.org/wtfpl/COPYING for more details. PRGNAM=heimdal -VERSION=${VERSION:-1.3.2} +VERSION=${VERSION:-1.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -85,11 +83,9 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG -( cd $PKG/usr/heimdal/man - rm -rf cat? # We don't want these - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) +rm -rf $PKG/usr/heimdal/man/cat? # We don't want these +find $PKG/usr/heimdal/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/heimdal/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done rm -f $PKG/usr/info/dir gzip -9 $PKG/usr/info/* @@ -99,7 +95,6 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a [A-Z][A-Z]* ChangeLog* etc/services.append $PKG/usr/doc/$PRGNAM-$VERSION cp -a doc/{init-creds,layman.asc,mdate-sh} $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README$TAG find $PKG/usr/doc -type f -exec chmod -x {} \; # Add sample krb5.conf file (may not be needed) @@ -110,16 +105,16 @@ cat krb5.conf > $PKG/etc/krb5.conf-sample.new mkdir -p $PKG/var/heimdal # Add sample kdc.conf file (may not be needed) -cat $CWD/kdc.conf > $PKG/var/heimdal/kdc.conf-sample.new +cat $CWD/config/kdc.conf > $PKG/var/heimdal/kdc.conf-sample.new # Include a KDC rc-file for the admin to consider mkdir -p $PKG/etc/rc.d -cat $CWD/rc.heimdal > $PKG/etc/rc.d/rc.heimdal.new +cat $CWD/config/rc.heimdal > $PKG/etc/rc.d/rc.heimdal.new # Add heimdal to INFOPATH, MANPATH, and PATH mkdir -p $PKG/etc/profile.d -cat $CWD/heimdal.sh > $PKG/etc/profile.d/heimdal.sh.new -cat $CWD/heimdal.csh > $PKG/etc/profile.d/heimdal.csh.new +cat $CWD/config/heimdal.sh > $PKG/etc/profile.d/heimdal.sh.new +cat $CWD/config/heimdal.csh > $PKG/etc/profile.d/heimdal.csh.new chmod 0755 $PKG/etc/profile.d/* mkdir $PKG/install diff --git a/network/heimdal/heimdal.info b/network/heimdal/heimdal.info index f0adb0d3bb..33ae56c65d 100644 --- a/network/heimdal/heimdal.info +++ b/network/heimdal/heimdal.info @@ -1,10 +1,10 @@ PRGNAM="heimdal" -VERSION="1.3.2" +VERSION="1.3.3" HOMEPAGE="http://www.h5l.org" -DOWNLOAD="ftp://ftp.sunet.se/pub/unix/admin/mirror-pdc/heimdal/src/heimdal-1.3.2.tar.gz" -MD5SUM="69d7c4fc1a448f8feda1b478dad48fd0" +DOWNLOAD="ftp://ftp.sunet.se/pub/unix/admin/mirror-pdc/heimdal/src/heimdal-1.3.3.tar.gz" +MD5SUM="963c09f1b14c41660be70b55fae9f163" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Menno Duursma" EMAIL="druiloor@zonnet.nl" -APPROVED="dsomero" +APPROVED="rworkman" |