[arch-commits] Commit in obexd/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Wed Oct 7 16:28:35 UTC 2009


    Date: Wednesday, October 7, 2009 @ 12:28:34
  Author: andrea
Revision: 54273

upgpkg: obexd 0.18-1
    upstream release

Modified:
  obexd/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-07 16:27:52 UTC (rev 54272)
+++ PKGBUILD	2009-10-07 16:28:34 UTC (rev 54273)
@@ -1,21 +1,24 @@
+# $Id: $
 # Maintainer: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=obexd
-pkgver=0.17
+pkgver=0.18
 pkgrel=1
 pkgdesc="D-Bus service providing high-level OBEX client and server side functionality"
 url="http://www.bluez.org/"
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('bluez>=4.39' 'openobex>=1.4')
-makedepends=('dbus-glib>=0.80')
+depends=('openobex>=1.5' 'glib2')
+makedepends=('dbus-glib')
 source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f8cdb378ec4b35c8fb49d1926fab6cfd')
+md5sums=('6ccd915c8ee853dd901b45e4240b155b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --libexecdir=/usr/lib/obexd \
-      --disable-server || return 1
+  ./configure --prefix=/usr \
+    --libexecdir=/usr/lib/obexd \
+    --disable-server || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list