mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
network/verlihub: Maintainer + minor fixes
This commit is contained in:
parent
713865b82c
commit
e97d7f6ded
4 changed files with 20 additions and 24 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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" \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue