# hdw - linux unrealircd package # # author: hackbard@hackdaworld.dyndns.org # # [V] 3.2.1 # [S] 3-11 # [D] Unreal3.2.1.tar.gz http://codercrew.org/unrealircd/ # we always install ircd to /opt ! prefix="$root/opt/unrealircd" srcdir="Unreal${ver}" confopt="--prefix=$prefix --sysconfdir=$root/etc/opt/unrealircd" confopt="$confopt --localstatedir=$root/var/opt/unrealircd" confopt="$confopt --oldincludedir=$prefix/include" # ircd settings confopt="$confopt --enable-nospoof --enable-hub" # --enable-ssl" confopt="$confopt --enable-dynamic-linking" confopt="$confopt --with-dpath=$root/etc/opt/unrealircd" confopt="$confopt --with-spath=$prefix/bin" # more settings optional, see ./configure --help