# Description: GNOME Printing Library # URL: http://www.levien.com/gnome/print-arch.html # Maintainer: Antonio SJ Musumeci, bile@landofbile.com # Depends on: intltool, libart_lgpl, glib, pango, popt name=libgnomeprint version=2.17.92 release=1 source=(http://download.gnome.org/desktop/2.18/2.18.0/sources/$name-$version.tar.bz2) build() { cd $name-$version rm po/*.po sed -i \ -e 's/USE_NLS=yes/USE_NLS=no/' \ -e 's/ENABLE_NLS 1/ENABLE_NLS 0/' configure ./configure \ --prefix=/usr \ --disable-gtk-doc \ --without-cups make make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc }