summaryrefslogtreecommitdiff
path: root/social/sipwitch/PKGBUILD
blob: 8cb84fad592e71604c9f9d1f90af7fc781b2c89b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Maintainer: Dan Serban
# Contributors: David Zaragoza, Andrea Scarpino
# Maintainer (Parabola): André Silva <andre.paulista@adinet.com.uy>

pkgname=sipwitch
pkgver=1.2.4
pkgrel=1
pkgdesc="A call and registration server for the SIP protocol"
arch=(i686 x86_64 mips64el)
url=http://www.gnutelephony.org/index.php/GNU_SIP_Witch
license=(GPL)
depends=(libexosip2 ucommon)
makedepends=(lynx)
options=('!libtool')
source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('6119cecb062ba4d0af18b427b01c41e2')

build()
{
  cd "${pkgname}-${pkgver}"
  ./configure --prefix=/usr
  make
}

package()
{
  cd "${pkgname}-${pkgver}"
  make DESTDIR="${pkgdir}" install
  mkdir -p "${pkgdir}"/etc/rc.d
  touch "${pkgdir}"/etc/rc.d/"${pkgname}"
}