Added libbonobo-2.24.3 build template.
--HG-- extra : convert_revision : 77e045308ec9c050e021ab28bdfd6f556eef1ac2
This commit is contained in:
43
srcpkgs/libbonobo/template
Normal file
43
srcpkgs/libbonobo/template
Normal file
@@ -0,0 +1,43 @@
|
||||
# Template file for 'libbonobo'
|
||||
pkgname=libbonobo
|
||||
version=2.24.3
|
||||
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 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
|
||||
}
|
||||
Reference in New Issue
Block a user