#Maintainer: George Vlahavas pkgname=libgnomeprintui pkgver=2.18.4 pkgrel=1gv arch=x86_64 source=(http://ftp.acc.umu.se/pub/GNOME/sources/libgnomeprintui/2.18/libgnomeprintui-2.18.4.tar.bz2) docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libgnomeprintui - the gui part of the gnome printing libraries" "libgnomeprintui provides the gui part of the gnome printing libraries" "present in the libgnomeprint package." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static --disable-gtk-doc make || return 1 make install DESTDIR=$startdir/pkg rm -rf $startdir/pkg/usr/share/gtk-doc }