#!/bin/env beesh SRCURL[0]="http://ftp.acc.umu.se/pub/gnome/sources/gnome-bluetooth/${PKGVERSION[2]}/gnome-bluetooth-${PKGVERSION}.tar.bz2" PATCHURL[0]="" # BEE_CONFIGURE=compat # EXCLUDE="" mee_extract() { bee_extract ${@} } mee_patch() { bee_patch ${@} } mee_configure() { bee_configure \ --disable-desktop-update \ --disable-icon-update \ --disable-scrollkeeper } mee_build() { bee_build } mee_install() { bee_install # evil, but gnome-shell won't built without.. mkdir -p ${D}${LIBDIR} ln -s gnome-bluetooth/libgnome-bluetooth-applet.so ${D}${LIBDIR} ln -s gnome-bluetooth/libgnome-bluetooth-applet.so.0 ${D}${LIBDIR} }