# $Id: PKGBUILD 74314 2010-03-30 18:54:58Z ibiru $ # Maintainer: Jan de Groot pkgname=libbonobo pkgver=2.24.3 pkgrel=1 pkgdesc="A set of language and system independant CORBA interfaces for creating reusable components" arch=(i686 x86_64) license=('GPL' 'LGPL') depends=('orbit2>=2.14.17' 'libxml2>=2.7.7' 'dbus-glib>=0.82' 'glib2>=2.24.0') makedepends=('intltool' 'pkgconfig' 'flex') options=('!libtool') backup=('etc/bonobo-activation/bonobo-activation-config.xml') replaces=('bonobo-activation') url="http://www.gnome.org" source=(http://ftp.gnome.org/pub/gnome/sources/libbonobo/2.24/libbonobo-${pkgver}.tar.bz2 bonobo-activation-config.xml) install=libbonobo.install sha256sums=('5310957fa90691689c0557218b8833f681666cae160bd84e1f2c2705189a4ebe' '74895825706b60574f6075f1230c9fe3dc5433018c6ac5ac1d87f615bd9d1082') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-static \ --libexecdir=/usr/lib/bonobo || return 1 make || return 1 make DESTDIR="${pkgdir}" install || return 1 install -m644 "${srcdir}/bonobo-activation-config.xml" "${pkgdir}/etc/bonobo-activation/" || return 1 }