updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / silc-server / PKGBUILD
blob334bb4f3b09f4f6d94df63e42f15a0ca34902040
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>
5 pkgname=silc-server
6 pkgver=1.1.18
7 pkgrel=1
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)
12 options=(!libtool)
13 arch=('i686' 'x86_64')
14 license=(GPL2)
15 md5sums=('214022d33dac7812bf9796896cec41ef')
17 build() {
18   cd $srcdir/$pkgname-$pkgver
19   
20         ./configure --prefix=/usr \
21         --with-logsdir=/var/log/silc --sysconfdir=/etc/silc-server \
22         --enable-ipv6 --enable-shared \
23         --with-gmp --with-iconv 
24   
25         make || return 1
26   make DESTDIR=$pkgdir install || return 1
27   
28         chmod 600 $pkgdir/etc/silc-server/*