1 # Maintainer: yugrotavele <yugrotavele at archlinux dot us>
2 # Contributor: Geoffroy Carrier <geoffroy@archlinux.org>
3 # Contributor: Roman Kyrylych <roman@archlinux.org>
8 pkgdesc="GObject wrapper for Bluetooth functionality."
10 url="http://www.usefulinc.com/software/gnome-bluetooth/"
11 license=('GPL' 'LGPL')
12 depends=('glib2' 'openobex' 'bluez')
13 makedepends=('intltool' 'python' 'gtk2')
14 options=('!libtool' '!makeflags')
15 source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.11/${pkgname}-${pkgver}.tar.bz2)
16 md5sums=('5b5ab9e71dd5428c4e5c45cbf581a384')
19 cd "$srcdir/$pkgname-$pkgver"
20 ./configure --prefix=/usr --disable-gtk-doc \
21 --disable-mono --disable-static
26 cd "$srcdir/$pkgname-$pkgver"
27 make DESTDIR="$pkgdir" install