void-packages/srcpkgs/libbonobo/template
Juan RP 3ebcd6b5d0 libbonobo: move so symlink into main pkg.
--HG--
extra : convert_revision : 5c9ce61089bc58e62e54de3c9d3d761eb751aee5
2010-04-23 12:18:06 +02:00

46 lines
1.4 KiB
Plaintext

# Template file for 'libbonobo'
pkgname=libbonobo
version=2.24.3
revision=1
distfiles="${GNOME_SITE}/$pkgname/2.24/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--disable-static --localstatedir=/var"
short_desc="GNOME Object activation framework library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=5310957fa90691689c0557218b8833f681666cae160bd84e1f2c2705189a4ebe
long_desc="
Bonobo is a set of language and system independent CORBA interfaces
for creating reusable components, controls and creating compound
documents.
We distinguish between 'Bonobo' the name of the component architecture,
and 'bonobo' which is the C-based easy to use implementation of the
Bonobo component architecture.
libbonobo contains a rich API for dealing Bonobo Objects (activation
for example)."
conf_files="/etc/bonobo-activation/bonobo-activation-config.xml"
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run ORBit2
Add_dependency run glib
Add_dependency run dbus-glib
Add_dependency run dbus-libs
Add_dependency run libxml2
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build flex
Add_dependency build ORBit2-devel
Add_dependency build glib-devel
Add_dependency build dbus-glib-devel
Add_dependency build dbus-devel
Add_dependency build libxml2-devel
post_install()
{
rm -f ${DESTDIR}/etc/${conf_files}
install -m644 ${FILESDIR}/*.xml ${DESTDIR}/etc/bonobo-activation
}