# Description: Library for storing and retrieving passwords and other secrets. # URL: https://wiki.gnome.org/Projects/Libsecret # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Danny Rawlins, crux at romster dot me # Depends on: gobject-introspection intltool libgcrypt vala name=libsecret version=0.18 release=1 source=(http://ftp.gnome.org/pub/gnome/sources/$name/$version/$name-$version.tar.xz secret-tool.1) build() { cd $name-$version ./configure \ --prefix=/usr \ --mandir=/usr/man \ --disable-manpages \ --disable-nls \ --disable-dependency-tracking make make DESTDIR=$PKG install install -D -m 0644 $SRC/secret-tool.1 $PKG/usr/man/man1/secret-tool.1 rm -r $PKG/usr/share/{gtk-doc,locale} }