# Description: Librairie gnome libgnomeprint # URL: http://www.gnome.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: pango, libbonobo, libgnomecups, libart_lgpl name=libgnomeprint version=2.18.7 release=1 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ --disable-gtk-doc make make DESTDIR=$PKG install rm -r $PKG/usr/share/gtk-doc }