summaryrefslogtreecommitdiff
path: root/community-testing/twinkle/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/twinkle/PKGBUILD')
-rw-r--r--community-testing/twinkle/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/community-testing/twinkle/PKGBUILD b/community-testing/twinkle/PKGBUILD
deleted file mode 100644
index d27cc8e1c..000000000
--- a/community-testing/twinkle/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 59781 2011-11-30 06:37:12Z ibiru $
-# Maintainer:
-# Contributor: Jeff Mickey <jeff@archlinux.org>
-# Contributor: Alexander Baldeck <alexander@archlinux.org>
-# Contributor: Federico Quagliata (quaqo) <quaqo@despammed.com>
-
-pkgname=twinkle
-pkgver=1.4.2
-pkgrel=12
-pkgdesc="A softphone for voice over IP and instant messaging communications using the SIP protocol"
-arch=('i686' 'x86_64')
-url="http://www.twinklephone.com/"
-license=('GPL')
-depends=('file' 'speex' 'boost-libs' 'libsndfile' 'commoncpp2' 'libxml2' 'libx11'
- 'qt3' 'libzrtpcpp')
-makedepends=('pkg-config' 'boost')
-source=(http://www.xs4all.nl/~mfnboer/${pkgname}/download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d70c8972f296ffd998c7fb698774705b')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- . /etc/profile.d/qt3.sh
- ./configure --prefix=/usr \
- --without-kde \
- --with-speex
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
- install -D -m644 twinkle.desktop ${pkgdir}/usr/share/applications/twinkle.desktop
-}