Magellan Linux

Contents of /trunk/core/p11-kit/p11-kit-0.23.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30410 - (show annotations) (download)
Thu Jan 18 13:31:37 2018 UTC (6 years, 3 months ago) by niro
File size: 595 byte(s)
auto added: ver bump to 0.23.9-r1
1 # $Id$
2
3 PNAME="p11-kit"
4 PVER="0.23.9"
5 PBUILD="r1"
6
7 PCAT="app-crypt"
8
9 DESCRIPTION="Provides a standard configuration setup for installing PKCS#11."
10 HOMEPAGE="http://p11-glue.freedesktop.org/"
11
12 DEPEND=">= virtual/glibc
13 >= app-crypt/libtasn1-4.13
14 >= dev-libs/libffi-3.2"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude multilib mbuild
20 msetfeature "!check"
21
22 SRC_URI=(
23 https://github.com/p11-glue/${PNAME}/releases/download/${PVER}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd https://github.com/p11-glue/p11-kit/releases | highesttarball gz"