wok-next diff gcr-base/receipt @ rev 19763

Up libffi, python, some python-* packages.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 10 21:12:27 2017 +0300 (2017-06-10)
parents
children e70c0b9c5adf
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gcr-base/receipt	Sat Jun 10 21:12:27 2017 +0300
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gcr-base"
     1.7 +VERSION="3.20.0"
     1.8 +CATEGORY="security"
     1.9 +SHORT_DESC="Displaying certificates and accessing key stores (base files)"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="https://developer.gnome.org/gcr/"
    1.13 +
    1.14 +WANTED="gcr"
    1.15 +DEPENDS="glib libffi libgcrypt libgio libgpg-error p11-kit pcre zlib"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	cook_copy_files libgcr-base-3.so* libgck-1.so*
    1.21 +}