Module Submit - Ultimate
Jean Michel Bruenn
jean.bruenn at twd-webdesign.de
Sun May 22 12:52:58 UTC 2005
module name : Ultimate
suggested section : Chat
update (y/n) : n
bugfix (y/n) : n
security (y/n) : n
UltimateIRCd
wdp (Jean Michel Bruenn)
==================== BEGIN DEPENDS ====================
optional_depends "openssl" "--enable-openssl" "" "Enable OpenSSL support"
===================== END DEPENDS =====================
==================== BEGIN CONFLICTS ====================
conflicts ircd &&
conflicts dancer-ircd
===================== END CONFLICTS =====================
==================== BEGIN BUILD ====================
(
add_priv_user ultimate:ultimate "-s /bin/sh -d /home/ultimate"
if [ "$IPV6" == "y" ]; then OPTS="$OPTS --enable-ipv6"; fi
if [ "$Acebot" == "y" ]; then OPTS="$OPTS --enable-acebot-rejection"; fi
if [ "$Chinese" == "y" ]; then OPTS="$OPTS --enable-chinese-nick"; fi
if [ "$Crypt" == "y" ]; then OPTS="$OPTS --disable-crypted-oper-password"; fi
if [ "$Chanops" == "y" ]; then OPTS="$OPTS --disable-no-chanops-when-split"; fi
./configure --prefix=/home/ultimate \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--with-maxclients=1024 \
$OPTS &&
make &&
prepare_install &&
make install
) > $C_FIFO 2>&1
===================== END BUILD =====================
==================== BEGIN CONFIGURE ====================
mquery IPV6 "Enable IPV6 support (Experimental)?" n
mquery Acebot "Enable protection against ACEBOT type drones" y
mquery Chinese "Enable Chinese nickname support. (Experimental)" n
mquery Crypt "Disable encrypted OLine passwords (Discouraged)" n
mquery Chanops "Disable no chanops when split code. Usefull mainly for standalone servers" n
===================== END CONFIGURE =====================
==================== BEGIN DETAILS ====================
MODULE=Ultimate
VERSION=3.0.1
SOURCE=$MODULE$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
SOURCE_URL[0]=$SFORGE_URL/ultimate/
WEB_SITE=http://www.shadow-realm.org
ENTERED=20050522
UPDATED=20050522
SHORT="Ultimate IRCD"
cat <<EOF
Ultimate IRCD
EOF
===================== END DETAILS =====================
More information about the Lunar
mailing list