1 # Previous Contributor: William Rea <sillywilly@gmail.com>
2 # Previous Contributor: Andreas Hauser <andy-aur@splashground.de>
3 # Contributor: Kristaps Esterlins <kristaps.esterlins@gmail.com>
8 pkgdesc="Secure Internet Live Conferencing Server"
9 url="http://www.silcnet.org"
10 depends=('glibc' 'silc-toolkit')
11 source=($url/download/server/sources/$pkgname-$pkgver.tar.bz2)
13 arch=('i686' 'x86_64')
15 md5sums=('214022d33dac7812bf9796896cec41ef')
18 cd $srcdir/$pkgname-$pkgver
20 ./configure --prefix=/usr \
21 --with-logsdir=/var/log/silc --sysconfdir=/etc/silc-server \
22 --enable-ipv6 --enable-shared \
23 --with-gmp --with-iconv
26 make DESTDIR=$pkgdir install || return 1
28 chmod 600 $pkgdir/etc/silc-server/*