mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/atheme: Updated for version v7.2.10_r2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
92aed5a7bc
commit
bac2556670
3 changed files with 12 additions and 11 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue