From d0f33415f254cb2fee06fd89f9cfed4535322f37 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 21 Mar 2014 03:22:19 +0000 Subject: Fri Mar 21 03:19:28 UTC 2014 --- social/sipwitch/PKGBUILD | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 social/sipwitch/PKGBUILD (limited to 'social/sipwitch') diff --git a/social/sipwitch/PKGBUILD b/social/sipwitch/PKGBUILD deleted file mode 100644 index 769757df4..000000000 --- a/social/sipwitch/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Maintainer: Dan Serban -# Contributors: David Zaragoza, Andrea Scarpino -# Maintainer (Parabola): André Silva - -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}" -} - -- cgit v1.2.3-54-g00ecf