# Description: Librairie gnome libgnome # URL: http://www.gnome.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: libbonobo, gnome-vfs, esound name=libgnome version=2.30.0 release=3 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2\ nutyx2009_2.jpg) build() { cd $name-$version ./configure --prefix=$GNOME_PREFIX \ --sysconfdir=/etc \ --localstatedir=/var/lib \ --mandir=$GNOME_PREFIX/share/man make make DESTDIR=$PKG install cp ../nutyx2009_2.jpg \ $PKG/$GNOME_PREFIX/share/pixmaps/backgrounds/gnome/background-default.jpg rm -r $PKG/$GNOME_PREFIX/share/gtk-doc }