initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / optional / unrealircd / unrealircd
1 # hdw - linux unrealircd package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 3.2.1
6 # [S] 3-11
7 # [D] Unreal3.2.1.tar.gz http://codercrew.org/unrealircd/
8
9 # we always install ircd to /opt !
10 prefix="$root/opt/unrealircd"
11 srcdir="Unreal${ver}"
12 confopt="--prefix=$prefix --sysconfdir=$root/etc/opt/unrealircd"
13 confopt="$confopt --localstatedir=$root/var/opt/unrealircd"
14 confopt="$confopt --oldincludedir=$prefix/include"
15 # ircd settings
16 confopt="$confopt --enable-nospoof --enable-hub" # --enable-ssl"
17 confopt="$confopt --enable-dynamic-linking"
18 confopt="$confopt --with-dpath=$root/etc/opt/unrealircd"
19 confopt="$confopt --with-spath=$prefix/bin"
20 # more settings optional, see ./configure --help