#Maintainer: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=libgnomecups
pkgver=0.2.3
pkgrel=1gv
arch=i486
source=(http://ftp.acc.umu.se/pub/GNOME/sources/libgnomecups/0.2/libgnomecups-0.2.3.tar.bz2)
docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo")

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"libgnomecups - an interface to CUPS"
"libgnomecups provides an interface between the CUPS printing system"
"and the GNOME Desktop and Developer Platform."
)


build() {
	cd $startdir/src/$pkgname-$pkgver
	./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static
	make || return 1
	make install DESTDIR=$startdir/pkg
}