#Packager: George Vlahavas pkgname=libsecret pkgver=0.15 pkgrel=1gv source=("https://git.gnome.org/browse/libsecret/snapshot/libsecret-$pkgver.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=https://wiki.gnome.org/Libsecret slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libsecret (library for storing and retrieving secrets like passwords)" "libsecret is a library for storing and retrieving passwords and other" "secrets. It communicates with the \"Secret Service\" using DBus." "gnome-keyring and ksecretservice are both implementations of a Secret" "Service." ) build() { cd $startdir/src/$pkgname-$pkgver ./autogen.sh ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }