#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=libgnomeprint pkgver=2.18.4 pkgrel=1 zenver=52 arch=i486 source=("http://download.gnome.org/sources/libgnomeprint/2.18/libgnomeprint-2.18.4.tar.bz2") docs=("readme" "install" "copying*" "changelog*" "authors" "news" "todo" "maintainers") url=www.gnome.org options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libgnomeprint - the non-GUI part of the GNOME printing libraries" "libgnomeprint is the non-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 --with-cups make || return 1 make install DESTDIR=$startdir/pkg }