[arch-commits] Commit in twinkle/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Mon Apr 19 01:55:16 UTC 2010
Date: Sunday, April 18, 2010 @ 21:55:15
Author: andrea
Revision: 77917
upgpkg: twinkle 1.4.2-5
commoncpp2 soname bump
Modified:
twinkle/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-04-19 01:55:11 UTC (rev 77916)
+++ PKGBUILD 2010-04-19 01:55:15 UTC (rev 77917)
@@ -1,16 +1,17 @@
# $Id$
+# Maintainer:
# Contributor: Jeff Mickey <jeff at archlinux.org>
# Contributor: Alexander Baldeck <alexander at archlinux.org>
# Contributor: Federico Quagliata (quaqo) <quaqo at despammed.com>
pkgname=twinkle
pkgver=1.4.2
-pkgrel=4
-pkgdesc="A softphone for voice over IP and instant messaging communications using the SIP protocol."
+pkgrel=5
+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>=1.41.0" 'libsndfile' 'commoncpp2' 'libxml2' 'libx11'
+depends=('file' 'speex' 'boost' 'libsndfile' 'commoncpp2' 'libxml2' 'libx11'
'qt3' 'libzrtpcpp')
makedepends=('pkgconfig')
source=(http://www.xs4all.nl/~mfnboer/${pkgname}/download/${pkgname}-${pkgver}.tar.gz)
@@ -23,6 +24,10 @@
--without-kde \
--with-speex
make || return 1
- make DESTDIR=${pkgdir} install
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install || return 1
install -D -m644 twinkle.desktop ${pkgdir}/usr/share/applications/twinkle.desktop
}
More information about the arch-commits
mailing list