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

Geoffroy Carrier geoffroy at archlinux.org
Mon Jan 5 14:55:15 UTC 2009


    Date: Monday, January 5, 2009 @ 09:55:15
  Author: geoffroy
Revision: 23201

upgpkg: openobex 1.4-1

Modified:
  openobex/trunk/PKGBUILD

----------+
 PKGBUILD |   38 ++++++++++++++++++++------------------
 1 file changed, 20 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-05 12:56:59 UTC (rev 23200)
+++ PKGBUILD	2009-01-05 14:55:15 UTC (rev 23201)
@@ -1,26 +1,28 @@
-# $Id$
-# Maintainer: damir <damir at archlinux.org>
+# Maintainer: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
 
 pkgname=openobex
-pkgver=1.3
-pkgrel=3
-pkgdesc="Implementation of the Object Exchange (OBEX) protocol; OBEX is a session protocol and can best be described as a binary HTTP protocol. "
-arch=(i686 x86_64)
+pkgver=1.4
+pkgrel=1
+pkgdesc="Implementation of the OBject EXchange (OBEX) protocol"
+url="http://dev.zuckschwerdt.org/openobex/"
+arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
-url="http://openobex.triq.net/"
-depends=('bluez>=4.1')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/openobex/${pkgname}-${pkgver}.tar.gz)
-md5sums=('feaa5dfe5151c0e70e8f868fa4648a43')
+depends=('bluez>=4.18')
+source=("http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.bz2")
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$srcdir/$pkgname-$pkgver"
+
   [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC"
-  ./configure --enable-apps \
-  	      --enable-irda \
-      	      --enable-bluetooth \
-	      --enable-usb \
-	      --prefix=/usr || return 1
+
+  ./configure --prefix=/usr \
+              --enable-apps \
+              --enable-irda \
+              --enable-bluetooth \
+              --enable-usb || return 1
   make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  make DESTDIR="$pkgdir" install || return 1
 }
+
+md5sums=('0cbbaa81f4b4f0e3e74632a7c9647de7')




More information about the arch-commits mailing list