#Packager: George Vlahavas pkgname=libmatekeyring pkgver=1.4.0 pkgrel=1gv source=("http://pub.mate-desktop.org/releases/1.4/libmatekeyring-1.4.0.tar.xz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "hacking") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libmatekeyring (a library to interact with mate-keyring)" "matekeyring is the part of the MATE Desktop that saves your" "passwords and encryption keys securely. libmatekeyring is a library" "that allows applications to interact with the keyrings and passwords." ) build() { cd $startdir/src/$pkgname-$pkgver ./autogen.sh --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 }