CHANGELOG 2005-08-17
[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.3
6 # [S] 3-11
7 # [D] Unreal3.2.3.tar.gz http://unrealircd.fyrebird.net/
8
9 xver=`echo $ver | awk -F. '{ print $1 "." $2 }'`
10 # we always install ircd to /opt !
11 prefix="$root/opt/unrealircd"
12 srcdir="Unreal${xver}"
13
14 confopt="--prefix=$prefix --sysconfdir=$root/etc/opt/unrealircd"
15 confopt="$confopt --localstatedir=$root/var/opt/unrealircd"
16 confopt="$confopt --oldincludedir=$prefix/include"
17 # ircd settings
18 confopt="$confopt --enable-nospoof --enable-hub" # --enable-ssl"
19 confopt="$confopt --enable-dynamic-linking"
20 confopt="$confopt --with-dpath=$root/etc/opt/unrealircd"
21 confopt="$confopt --with-spath=$prefix/bin"
22 # more settings optional, see ./configure --help
23
24 pre_install()   {
25         mkdir -p $prefix/bin
26                 }