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

pkgname=libgnome-keyring
pkgver=3.0.3
pkgrel=1gv
source=("ftp://ftp.gnome.org/pub/gnome/sources/libgnome-keyring/3.0/libgnome-keyring-3.0.3.tar.xz")
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "hacking")

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"libgnome-keyring (a library to interact with gnome-keyring)"
"gnome-keyring is the part of the GNOME Desktop that saves your"
"passwords and encryption keys securely. libgnome-keyring is a library"
"that allows applications to interact with the keyrings and passwords."

)


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

	# we don't need those
	rm -rf $startdir/pkg/usr/share/gtk-doc
}