# Description: Sous-système Bluetooth de Gnome # URL: http://live.gnome.org/GnomeBluetooth # Maintainer: NuTyX GNOME team # Packager: piernov # Depends on: hicolor-icon-theme, gvfs, obexd, dconf, nautilus-sendto, intltool, gnome-doc-utils, gobject-introspection # Run on: hicolor-icon-theme,gvfs,obexd,dconf,nautilus-sendto name=gnome-bluetooth version=3.4.1 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz 61-gnome-bluetooth-rfkill.rules) build() { unset MAKEFLAGS cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-schemas-compile \ --disable-desktop-update \ --disable-icon-update make make DESTDIR=$PKG install install -m644 -D $SRC/61-gnome-bluetooth-rfkill.rules $PKG/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules install -d $PKG/etc/ld.so.conf.d echo "/usr/lib/gnome-bluetooth" > $PKG/etc/ld.so.conf.d/$name.conf rm -rf $PKG/usr/share/gtk-doc }