diff options
author | Richard Ellis <rellis@dp100.com> | 2011-12-10 18:19:37 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-10 18:19:37 -0200 |
commit | edbc13c7a375c5a254e6c96c8988059d4f5f6224 (patch) | |
tree | 01338659c6389d8be8b41090114c16efd4741dbb /network/chrony | |
parent | d32a12b3d03e88cf60733aaf3e3d4ca77d79ce28 (diff) | |
download | slackbuilds-edbc13c7a375c5a254e6c96c8988059d4f5f6224.tar.gz |
network/chrony: Updated for version 1.26.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/chrony')
-rw-r--r-- | network/chrony/README | 2 | ||||
-rw-r--r-- | network/chrony/chrony.SlackBuild | 10 | ||||
-rw-r--r-- | network/chrony/chrony.info | 8 | ||||
-rw-r--r-- | network/chrony/slack-desc | 4 |
4 files changed, 13 insertions, 11 deletions
diff --git a/network/chrony/README b/network/chrony/README index 7425f9aa17..0995635175 100644 --- a/network/chrony/README +++ b/network/chrony/README @@ -8,5 +8,5 @@ See http://chrony.tuxfamily.org/ for more details. Note: Because each installation's configuration will differ, the SlackBuild script does not build or install configuration files. See the man pages and -the chrony.txt file installed in /usr/doc/chrony-1.24/ (and the contrib and +the chrony.txt file installed in /usr/doc/chrony-1.26/ (and the contrib and examples directory) for relevant configuration information. diff --git a/network/chrony/chrony.SlackBuild b/network/chrony/chrony.SlackBuild index d89b6816ab..95e278553c 100644 --- a/network/chrony/chrony.SlackBuild +++ b/network/chrony/chrony.SlackBuild @@ -5,9 +5,10 @@ # Written by Richard Ellis <rellis@dp100.com> # This script is hereby released into the public domain. +# V2 for Slackware 13.37 - November 11, 2011 PRGNAM=chrony -VERSION=${VERSION:-1.24} +VERSION=${VERSION:-1.26} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -38,7 +39,7 @@ else LIBDIRSUFFIX="" fi -set -e +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -65,14 +66,15 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING INSTALL README NEWS chrony.txt contrib/ examples/ \ +cp -a \ + COPYING INSTALL README NEWS chrony.txt contrib/ examples/ \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/network/chrony/chrony.info b/network/chrony/chrony.info index 13bffb53fd..1f0ddbe778 100644 --- a/network/chrony/chrony.info +++ b/network/chrony/chrony.info @@ -1,10 +1,10 @@ PRGNAM="chrony" -VERSION="1.24" +VERSION="1.26" HOMEPAGE="http://chrony.tuxfamily.org/" -DOWNLOAD="http://download.tuxfamily.org/chrony/chrony-1.24.tar.gz" -MD5SUM="8849e95428f43c5ab2692a2812653e65" +DOWNLOAD="http://download.tuxfamily.org/chrony/chrony-1.26.tar.gz" +MD5SUM="ad6dd619ff1986e4ff780363c64e2246" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Richard Ellis" EMAIL="rellis@dp100.com" -APPROVED="michiel" +APPROVED="Niels Horn" diff --git a/network/chrony/slack-desc b/network/chrony/slack-desc index 725db2696a..552fd4b410 100644 --- a/network/chrony/slack-desc +++ b/network/chrony/slack-desc @@ -5,8 +5,8 @@ # exactly 11 lines for the formatting to be correct. It's also customary to # leave one space after the ':'. - |-----handy-ruler-------------------------------------------------------| -chrony: Chrony maintains the accuracy of the real time clock via NTP protocol. + |-----handy-ruler------------------------------------------------------| +chrony: chrony (maintains accuracy of the real time clock via NTP) chrony: chrony: Chrony is a pair of programs which are used to maintain the accuracy chrony: of the real time clock on a computer. The two programs are called |