# Description: KDE bluetooth framework # URL: http://bluetooth.kmobiletools.org # Packager: Nathan Pardoe, npardoe at ticklestix dot co dot uk # Maintainer: Nathan Pardoe, npardoe at ticklestix dot co dot uk # Depends on: arts, bluez-libs, bluez-utils, kdebase, kdelibs, openobex # Note: I've had problems porting 1.0 beta 3 to CRUX due to D-Bus definitions. 1.0 beta 2 works fine, and has fewer dependencies. name=kdebluetooth version=1.0_beta2 release=3 source=(http://downloads.sourceforge.net/kde-bluetooth/$name-$version.tar.bz2) build () { # Fix libGL not found errors # NOTE: /usr/lib/libGL.la *must* be present, however, it is typically only available via third party ATI or Nvidia drivers. If you encounter libGL.la not found errors, either install the appropriate third party driver, or, if your video card is unsupported, copy libGL.la from this port's source directory to /usr/lib, then remove it afterwards. ln -sf /usr/lib/libGL.so /usr/lib/libGL.a cd $name-$version ./configure --prefix=$(kde-config --prefix) make make DESTDIR=$PKG install }