wok-next view gcr-base/receipt @ rev 20043

gdb: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 21:23:15 2017 +0200 (2017-10-22)
parents e70c0b9c5adf
children
line source
1 # SliTaz package receipt.
3 PACKAGE="gcr-base"
4 VERSION="3.20.0"
5 CATEGORY="security"
6 SHORT_DESC="Displaying certificates and accessing key stores (base files)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://developer.gnome.org/gcr/"
11 WANTED="gcr"
12 DEPENDS="glib libffi libgcrypt libgpg-error p11-kit pcre zlib"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 copy libgcr-base-3.so* libgck-1.so*
18 }