[arch-commits] Commit in obexd/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Fri Mar 19 14:36:42 UTC 2010
Date: Friday, March 19, 2010 @ 10:36:42
Author: andrea
Revision: 72752
upgpkg: obexd 0.22-1
upstream release
Modified:
obexd/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-03-19 14:36:37 UTC (rev 72751)
+++ PKGBUILD 2010-03-19 14:36:42 UTC (rev 72752)
@@ -3,16 +3,15 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=obexd
-pkgver=0.21
+pkgver=0.22
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=('openobex>=1.5' 'glib2')
+depends=('openobex' 'glib2')
makedepends=('dbus-glib')
source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('03710e272765af6f9d31321313926c42')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,5 +19,10 @@
--libexecdir=/usr/lib/obexd \
--disable-server || return 1
make || return 1
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install || return 1
}
+md5sums=('37841f2ecf03c27a3a6c2d5e89d6f368')
More information about the arch-commits
mailing list