#Maintainer: Dimitris Jemos pkgname=libsecret pkgver=0.15 pkgrel=1dj source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) docs=("AUTHORS" "COPYING*" "ChangeLog" "INSTALL" "NEWS" "README") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libsecret (library to access the Secret Service API)" "libsecret is a GObject based library for accessing the " " Secret Service API." ) build() { cd $SRC/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc \ --mandir=/usr/man \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$PKG || return 1 }