summaryrefslogtreecommitdiffstats
path: root/network/verlihub
diff options
context:
space:
mode:
author Mario Preksavec2015-02-07 21:29:52 +0100
committer Willy Sudiarto Raharjo2015-02-08 18:22:41 +0100
commite97d7f6dedd6e17a535bbc3991a5fa776f5aab81 (patch)
tree6d9cc6e68c1add8b19cad56e5593af174dd44824 /network/verlihub
parent713865b82c316619e4102edb26e705bc774f5fd7 (diff)
downloadslackbuilds-e97d7f6dedd6e17a535bbc3991a5fa776f5aab81.tar.gz
network/verlihub: Maintainer + minor fixes
Diffstat (limited to 'network/verlihub')
-rw-r--r--network/verlihub/README15
-rw-r--r--network/verlihub/slack-desc2
-rw-r--r--network/verlihub/verlihub.SlackBuild23
-rw-r--r--network/verlihub/verlihub.info4
4 files changed, 20 insertions, 24 deletions
diff --git a/network/verlihub/README b/network/verlihub/README
index 5d346ba1c1..a722cfe6f2 100644
--- a/network/verlihub/README
+++ b/network/verlihub/README
@@ -1,12 +1,9 @@
Verlihub - Direct Connect server
-Verlihub is a Direct Connect protocol server that runs on Linux OS,
-written in C++; Many features are available: MySQL database, very
-low use of CPU, RAM & Bandwidth, deflood integrated protection,
-plugins (LUA, forbidden, ip-log, funny, messenger & chatroom) and
-MORE, MORE AND MORE...
+Verlihub is a Direct Connect protocol server that runs on Linux OS, written
+in C++; Many features are available: MySQL database, very low use of CPU,
+RAM & Bandwidth, deflood integrated protection, plugins (LUA, forbidden,
+ip-log, funny, messenger & chatroom) and MORE, MORE AND MORE...
-If you don't want to run verlihub as root and still use port 411,
-get the optional dependency authbind.
-
-More info on website: http://www.verlihub-project.org
+If you don't want to run verlihub as root and still use port 411, get the
+optional dependency authbind.
diff --git a/network/verlihub/slack-desc b/network/verlihub/slack-desc
index 867a3ebf03..8e800545e0 100644
--- a/network/verlihub/slack-desc
+++ b/network/verlihub/slack-desc
@@ -15,5 +15,5 @@ verlihub: plugins (LUA, forbidden, ip-log, funny, messenger & chatroom) and
verlihub: MORE, MORE AND MORE...
verlihub:
verlihub:
-verlihub: More info on website: http://www.verlihub-project.org
+verlihub: Homepage: http://www.verlihub-project.org
verlihub:
diff --git a/network/verlihub/verlihub.SlackBuild b/network/verlihub/verlihub.SlackBuild
index 5ed9e7d674..25c0729a42 100644
--- a/network/verlihub/verlihub.SlackBuild
+++ b/network/verlihub/verlihub.SlackBuild
@@ -1,8 +1,8 @@
#!/bin/sh
-# Slackware build script for Verlihub
+# Slackware build script for verlihub
-# Copyright 2010, mario <mario@slackverse.org>
+# Copyright 2010, 2015 Mario Preksavec, Zagreb, HR
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -11,7 +11,7 @@
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
@@ -27,8 +27,7 @@ VERSION=${VERSION:-0.9.8e_r2}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
-# Temporary package version, for source to unpack successfuly
-TMPVER=${TMPVER:-0.9.8e-r2}
+SRCVER=${SRCVER:-0.9.8e-r2}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -62,15 +61,15 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$TMPVER
-tar jxvf $CWD/$PRGNAM-$TMPVER.tar.bz2
-cd $PRGNAM-$TMPVER
+rm -rf $PRGNAM-$SRCVER
+tar jxvf $CWD/$PRGNAM-$SRCVER.tar.bz2
+cd $PRGNAM-$SRCVER
chown -R root:root .
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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -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 {} \;
patch -p1 < $CWD/verlihub-header.patch
CFLAGS="$SLKCFLAGS" \
diff --git a/network/verlihub/verlihub.info b/network/verlihub/verlihub.info
index 3c7f147a69..9c78eb5d31 100644
--- a/network/verlihub/verlihub.info
+++ b/network/verlihub/verlihub.info
@@ -6,5 +6,5 @@ MD5SUM="8d2bc96d4b58a38076958395fc9a0ea9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="GeoIP"
-MAINTAINER="mario"
-EMAIL="mario@slackverse.org"
+MAINTAINER="Mario Preksavec"
+EMAIL="mario at slackware dot hr"