#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=libgnomeprintui pkgver=2.18.2 pkgrel=1 zenver=52 arch=i486 source=("http://download.gnome.org/sources/libgnomeprintui/2.18/libgnomeprintui-2.18.2.tar.bz2") docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo" "maintainers") url=www.gnome.org options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libgnomeprintui - the GUI part of the GNOME printing libraries" "Libgnomeprintui is the GUI part of the printing libraries for the" "GNOME applications." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --enable-static=no make || return 1 make install DESTDIR=$startdir/pkg }