summaryrefslogtreecommitdiffstats
path: root/network/prosody/prosody.SlackBuild
diff options
context:
space:
mode:
author Gerardo Zamudio2017-10-04 18:48:53 +0200
committer Willy Sudiarto Raharjo2017-10-07 02:04:53 +0200
commit6d9e143b939246459d029603e0f5f6ac3039bdd9 (patch)
treef508fcdaf17e530df68680a9b8621a452d0d7506 /network/prosody/prosody.SlackBuild
parent712a4fff6a8859deacf6427103c6e4ff21d4f123 (diff)
downloadold.slackbuilds-6d9e143b939246459d029603e0f5f6ac3039bdd9.tar.gz
network/prosody: Updated for version 0.10.0
Signed-off-by: Gerardo Zamudio <gerardo.zamudio@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/prosody/prosody.SlackBuild')
-rw-r--r--network/prosody/prosody.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/prosody/prosody.SlackBuild b/network/prosody/prosody.SlackBuild
index 3797e0a06f..1a03ac8b9e 100644
--- a/network/prosody/prosody.SlackBuild
+++ b/network/prosody/prosody.SlackBuild
@@ -25,7 +25,7 @@
# Maintained by Gerardo Zamudio <gerardo.zamudio@linux.com>
PRGNAM=prosody
-VERSION=${VERSION:-0.9.12}
+VERSION=${VERSION:-0.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -85,7 +85,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
./configure \
--ostype=linux \
@@ -118,7 +118,7 @@ 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 AUTHORS INSTALL COPYING DEPENDS README HACKERS TODO doc/*.* tools/*.lua \
+cp -a AUTHORS CHANGES INSTALL COPYING DEPENDS README HACKERS TODO doc/*.* tools/*.lua \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild