updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / sipwitch / PKGBUILD
blobe8974750752e28e824849da952bec9d6498c1cf2
1 # Maintainer: Dan Serban
2 # Contributors: David Zaragoza, Andrea Scarpino
4 pkgname=sipwitch
5 pkgver=1.x.x.latest
6 pkgrel=1
7 pkgdesc="A call and registration server for the SIP protocol"
8 arch=(i686 x86_64)
9 url=http://ftp.gnu.org/gnu/sipwitch/
10 license=(GPL)
11 depends=(libexosip2 ucommon)
12 makedepends=(lynx)
13 options=('!libtool')
15 build()
17   rm sipwitch.tar.gz 2>/dev/null || true
18   _url=$(lynx -dump "http://ftp.gnu.org/gnu/sipwitch/" | grep -o http.*/sipwitch-.*tar.gz$ | tail -1)
19   wget -O sipwitch.tar.gz "${_url}"
20   bsdtar -xf sipwitch.tar.gz
21   cd $(ls -1d sipwitch-*/ | tail -1)
22   ./configure --prefix=/usr
23   make
24   make DESTDIR="${pkgdir}" install
25   mkdir -p "${pkgdir}"/etc/rc.d
26   touch "${pkgdir}"/etc/rc.d/sipwitch