summaryrefslogtreecommitdiffstats
path: root/libbonoboui/Pkgfile
blob: 155e00157da3fda924f95ed321432abc9b7af27e (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 GNOME team
# Packager: b at juglas dot name
# Depends on: libgnome, libgnomecanvas, desktop-file-utils
# Run on: libgnome,libgnomecanvas,desktop-file-utils

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

build() {
	cd $name-$version
	./configure --prefix=/usr --disable-gtk-doc
	make
	make DESTDIR=$PKG install
	rm -rf $PKG/usr/share/gtk-doc
}