summaryrefslogtreecommitdiffstats
path: root/chat-irc/ratbox-services/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/ratbox-services/BUILD')
-rwxr-xr-xchat-irc/ratbox-services/BUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/chat-irc/ratbox-services/BUILD b/chat-irc/ratbox-services/BUILD
new file mode 100755
index 0000000000..019b089ff2
--- /dev/null
+++ b/chat-irc/ratbox-services/BUILD
@@ -0,0 +1,14 @@
+create_account ratbox &&
+
+OPTS="--sysconfdir=$INSTALL_ROOT/etc/ircd-ratbox \
+ --with-rundir=$INSTALL_ROOT/var/run/rserv \
+ --with-logdir=$INSTALL_ROOT/var/log/ircd-ratbox \
+ --with-nicklen=$RSERV_NICKLEN \
+ --with-topiclen=$RSERV_TOPICLEN \
+ --with-userreglen=$RSERV_USERREGLEN \
+ $RSERV_OPTS \
+ $OPTS" &&
+
+make_single &&
+default_build &&
+make_normal