1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Description: contient la librairie libbonoboui
# URL: http://www.gnome.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libgnome, libgnomecanvas
# Run on: audiofile,expat,freetype,glib,libart_lgpl,libpng,openssl,pcre,popt,alsa-lib,atk,cairo,dbus,dbus-glib,esound,fontconfig,gconf,glitz,gtk,libbonobo,libglade,libgnome,libgnomecanvas,libxml2,orbit2,pango,gnome-vfs
name=libbonoboui
version=2.24.2
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/2.24/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0)
make
make DESTDIR=$PKG install
rm -r $PKG/$(pkg-config \
--variable=prefix ORBit-2.0)/share/gtk-doc
}
|