diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-27 05:07:26 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-27 05:07:26 -0300 |
commit | 0ff008e3c9dcc5ef088f481dfff3dcd121575598 (patch) | |
tree | d6f6cf5d6939e1f030a48d3711d3606570afd08f /social/sipwitch | |
parent | ed9d1c12bbfcf9cb8b3d53e886edb679df372640 (diff) |
move some packages from [social] to [pcr] and remove unused [social]
Diffstat (limited to 'social/sipwitch')
-rw-r--r-- | social/sipwitch/PKGBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/social/sipwitch/PKGBUILD b/social/sipwitch/PKGBUILD deleted file mode 100644 index 9691a086b..000000000 --- a/social/sipwitch/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Maintainer (Arch): Dan Serban -# Contributors (Arch): David Zaragoza, Andrea Scarpino -# Maintainer: André Silva <emulatorman@parabola.nu> - -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}" -} - |