summaryrefslogtreecommitdiffstats
path: root/fredjo-gnome-2.28-test/libbonoboui/Pkgfile
blob: 92e51699c4d3845b71b27a2c117f1743bcd09a1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: contient la librairie libbonoboui
# URL: http://www.gnome.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libgnome, libgnomecanvas

name=libbonoboui
version=2.24.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.24/$name-$version.tar.bz2)

build() {
	cd $name-$version
	./configure --prefix=$GNOME_PREFIX
	make
	make DESTDIR=$PKG install
	install -v -m755 -d $GNOME_PREFIX/share/doc/libbonoboui-2.24.1
	install -v -m644 doc/*.{dtd,txt,xml,html} $GNOME_PREFIX/share/doc/libbonoboui-2.24.1

}