summaryrefslogtreecommitdiff
path: root/extra/libbtctl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libbtctl/PKGBUILD')
-rw-r--r--extra/libbtctl/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/extra/libbtctl/PKGBUILD b/extra/libbtctl/PKGBUILD
deleted file mode 100644
index 76cd085aa..000000000
--- a/extra/libbtctl/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 59225 2009-11-21 15:31:57Z giovanni $
-# Maintainer: Geoffroy Carrier <geoffroy@archlinux.org>
-# Contributor: Roman Kyrylych <roman@archlinux.org>
-
-pkgname=libbtctl
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="GObject wrapper for Bluetooth functionality."
-arch=('i686' 'x86_64' 'mips64el')
-url="http://www.usefulinc.com/software/gnome-bluetooth/"
-license=('GPL' 'LGPL')
-depends=('glib2' 'openobex' 'bluez')
-makedepends=('intltool' 'python' 'gtk2')
-options=('!libtool' '!makeflags')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.11/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5b5ab9e71dd5428c4e5c45cbf581a384')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --disable-gtk-doc \
- --disable-mono --disable-static || return 1
- make || return 1
- make DESTDIR="${pkgdir}" install || return 1
-}