wok diff p11-kit/receipt @ rev 20995

updated gputils (0.14.3 -> 1.5.0.1)
author Hans-G?nter Theisgen
date Thu Mar 07 17:47:51 2019 +0100 (2019-03-07)
parents 5f04520101d8
children f9f616c89890
line diff
     1.1 --- a/p11-kit/receipt	Fri Nov 11 09:29:28 2011 +0000
     1.2 +++ b/p11-kit/receipt	Thu Mar 07 17:47:51 2019 +0100
     1.3 @@ -1,14 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="p11-kit"
     1.7 -VERSION="0.6"
     1.8 +VERSION="0.23.12"
     1.9  CATEGORY="security"
    1.10  LICENSE="BSD"
    1.11  SHORT_DESC="Library to work with PKCS#11 modules"
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13 -WEB_SITE="http://p11-glue.freedesktop.org"
    1.14 +WEB_SITE="https://p11-glue.freedesktop.org/"
    1.15 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/p11-kit.html"
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WGET_URL="$WEB_SITE/releases/$TARBALL"
    1.18 +WGET_URL="https://github.com/p11-glue/p11-kit/releases/download/$VERSION/$TARBALL"
    1.19 +
    1.20 +BUILD_DEPENDS="gettext libtasn1-dev gtk-doc libxslt cacerts libffi-dev libffi glib glib-dev"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()