summaryrefslogtreecommitdiffstats
path: root/libbonobo/Pkgfile
blob: ca6fa73ae83c428fb83c3914cf7b536c0ae287b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Description: Librairie libbonobo pour gnome 
# URL: http://developer.gnome.org/arch/gnome/componentmodel/bonobo.html
# Packager: b at juglas dot name
# Maintainer: NuTyX GNOME team
# Depends on: orbit2, libxml2, p5-xml-parser, dbus-glib, intltool
# Run on: glib,pcre,dbus,dbus-glib,libxml2,orbit2

name=libbonobo
version=2.32.1
release=1

source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2\
        bonobo-activation-config.xml)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--libexecdir=/usr/lib/bonobo \
		--mandir=/usr/share/man \
		--disable-gtk-doc
	make
	make DESTDIR=$PKG install
	rm -rf $PKG/usr/share/gtk-doc
	install -m644 ../bonobo-activation-config.xml $PKG/etc/bonobo-activation/
}