# Description: Librairie gnome libgnomeprint # URL: http://www.gnome.org/ # Maintainer: NuTyX GNOME team # Packager: thierryn1 at hispeed dot ch # Depends on: pango, libbonobo, libgnomecups, libart_lgpl # Run on: pango,libbonobo,libgnomecups,libart_lgpl name=libgnomeprint version=2.18.8 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$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 }