diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-09 15:10:06 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-09 15:10:06 +0100 |
commit | 64b750864a88f799dd01a772a7a3f87dacf2415e (patch) | |
tree | 56a7bde15402d661e4670909b95f6dc9b77012b4 /pcr | |
parent | cb61c0d1210706989d77d3bb72d85d43deddfe37 (diff) | |
download | abslibre-64b750864a88f799dd01a772a7a3f87dacf2415e.tar.gz abslibre-64b750864a88f799dd01a772a7a3f87dacf2415e.tar.bz2 abslibre-64b750864a88f799dd01a772a7a3f87dacf2415e.zip |
pcr/sipwitch: unmaintained, unbuilt. removed
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/sipwitch/PKGBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/pcr/sipwitch/PKGBUILD b/pcr/sipwitch/PKGBUILD deleted file mode 100644 index 598ed3b67..000000000 --- a/pcr/sipwitch/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Maintainer (Arch): Dan Serban -# Contributors (Arch): David Zaragoza, Andrea Scarpino -# Maintainer: André Silva <emulatorman@hyperbola.info> - -pkgname=sipwitch -pkgver=1.2.4 -pkgrel=2 -pkgdesc="A call and registration server for the SIP protocol" -arch=(i686 x86_64) -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}" -} - |