diff options
author | David Woodfall <dave@dawoodfall.net> | 2018-07-13 00:01:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-14 06:55:56 +0700 |
commit | bac2556670ec31c8cd33dca5914a27e3a7fdc7e0 (patch) | |
tree | d2b0161cb50289a1f73092dbc9f8501bd57939ee /network/atheme | |
parent | 92aed5a7bcf6667126d7d6cf0163ad90ccb07cbd (diff) | |
download | slackbuilds-bac2556670ec31c8cd33dca5914a27e3a7fdc7e0.tar.gz |
network/atheme: Updated for version v7.2.10_r2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/atheme')
-rw-r--r-- | network/atheme/README | 2 | ||||
-rw-r--r-- | network/atheme/atheme.SlackBuild | 15 | ||||
-rw-r--r-- | network/atheme/atheme.info | 6 |
3 files changed, 12 insertions, 11 deletions
diff --git a/network/atheme/README b/network/atheme/README index 1a01c76a3d..e428398e6b 100644 --- a/network/atheme/README +++ b/network/atheme/README @@ -3,4 +3,4 @@ daemon that is secure, stable and scalable. The included rc.atheme supports start|stop|restart|hup -Optional dependencies: qrencode (QR code support), cracklib +Optional dependencies: qrencode (QR code support), cracklib. diff --git a/network/atheme/atheme.SlackBuild b/network/atheme/atheme.SlackBuild index 0ac24ab4e6..e7fc813f59 100644 --- a/network/atheme/atheme.SlackBuild +++ b/network/atheme/atheme.SlackBuild @@ -22,8 +22,9 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=atheme -VERSION=${VERSION:-7.2.9} -BUILD=${BUILD:-2} +VERSION=${VERSION:-v7.2.10_r2} +SRCVERSION=${VERSION/_/-} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -58,9 +59,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION +rm -rf $PRGNAM-$SRCVERSION +tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.xz +cd $PRGNAM-$SRCVERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -101,8 +102,8 @@ cp -a \ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild # Remove these -rm -r $PKG/usr/doc/$PRGNAM-$VERSION/doc/perl -rm -r $PKG/usr/share/doc +# rm -r $PKG/usr/doc/$PRGNAM-$VERSION/doc/perl +# rm -r $PKG/usr/share/doc # Don't clobber MOTD rm $PKG/etc/atheme.motd diff --git a/network/atheme/atheme.info b/network/atheme/atheme.info index 7aa80498b6..17611c035d 100644 --- a/network/atheme/atheme.info +++ b/network/atheme/atheme.info @@ -1,8 +1,8 @@ PRGNAM="atheme" -VERSION="7.2.9" +VERSION="v7.2.10_r2" HOMEPAGE="https://atheme.github.io" -DOWNLOAD="https://github.com/atheme/atheme/releases/download/v7.2.9/atheme-7.2.9.tar.bz2" -MD5SUM="7fa80e046e90bf9376cfc5c5207f2b27" +DOWNLOAD="https://github.com/atheme/atheme/releases/download/v7.2.10-r2/atheme-v7.2.10-r2.tar.xz" +MD5SUM="c907900b19e8d2508dd22455dcdce912" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |