[arch-commits] Commit in openobex/repos (testing-x86_64 testing-x86_64/PKGBUILD)

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


    Date: Monday, January 5, 2009 @ 09:55:38
  Author: geoffroy
Revision: 23202

Merged revisions 23201 via svnmerge from 
svn+ssh://geoffroy@archlinux.org/srv/svn-packages/openobex/trunk

........
  r23201 | geoffroy | 2009-01-05 15:55:15 +0100 (Mon, 05 Jan 2009) | 1 line
  
  upgpkg: openobex 1.4-1
........

Modified:
  openobex/repos/testing-x86_64/	(properties)
  openobex/repos/testing-x86_64/PKGBUILD

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


Property changes on: openobex/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /openobex/trunk:1-12614
   + /openobex/trunk:1-23201

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2009-01-05 14:55:15 UTC (rev 23201)
+++ testing-x86_64/PKGBUILD	2009-01-05 14:55:38 UTC (rev 23202)
@@ -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