1 # Maintainer: Dan Serban
2 # Contributors: David Zaragoza, Andrea Scarpino
7 pkgdesc="A call and registration server for the SIP protocol"
9 url=http://ftp.gnu.org/gnu/sipwitch/
11 depends=(libexosip2 ucommon)
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
24 make DESTDIR="${pkgdir}" install
25 mkdir -p "${pkgdir}"/etc/rc.d
26 touch "${pkgdir}"/etc/rc.d/sipwitch