updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git] / libbtctl / PKGBUILD
blob20f3b4c57c53817649523a524a2718965c06415b
1 # Maintainer: yugrotavele <yugrotavele at archlinux dot us>
2 # Contributor: Geoffroy Carrier <geoffroy@archlinux.org>
3 # Contributor: Roman Kyrylych <roman@archlinux.org>
5 pkgname=libbtctl
6 pkgver=0.11.1
7 pkgrel=1
8 pkgdesc="GObject wrapper for Bluetooth functionality."
9 arch=('i686' 'x86_64')
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')
18 build() {
19   cd "$srcdir/$pkgname-$pkgver"
20   ./configure --prefix=/usr --disable-gtk-doc \
21     --disable-mono --disable-static
22   make
25 package() {
26   cd "$srcdir/$pkgname-$pkgver"
27   make DESTDIR="$pkgdir" install