summaryrefslogtreecommitdiffstats
path: root/chat-irc/silc-server/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/silc-server/BUILD')
-rwxr-xr-xchat-irc/silc-server/BUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat-irc/silc-server/BUILD b/chat-irc/silc-server/BUILD
new file mode 100755
index 0000000000..992c255acf
--- /dev/null
+++ b/chat-irc/silc-server/BUILD
@@ -0,0 +1,13 @@
+ if [ "$IPV6" == "y" ]
+ then OPTS="$OPTS --enable-ipv6"
+ fi
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc/silc \
+ --localstatedir=/var/run \
+ --with-logsdir=/var/log \
+ --with-simdir=/usr/lib/silc-server \
+ --with-docdir=/usr/doc/silc-server/doc \
+ --with-helpdir=/usr/share/silc/help \
+ $OPTS &&
+ make