# Description: Code for an ORB written in C will spontaneously evolve here # URL: http://www.labs.redhat.com/orbit/ # Maintainer: Matt Housh, jaeger at morpheus dot net # Depends on: glib, libidl # Group: gnome/platform name=orbit2 version=2.14.10 release=1 source=(http://download.gnome.org/platform/2.20/2.20.2/sources/ORBit2-$version.tar.bz2) build() { export MAKEFLAGS="$MAKEFLAGS -j1" cd ORBit2-$version ./configure --prefix=/usr \ --enable-debug=no \ --disable-indent \ --disable-gtk-doc make make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc }