Magellan Linux

Annotation of /trunk/core/p11-kit/p11-kit-0.23.15-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31973 - (hide annotations) (download)
Mon Jan 28 15:19:43 2019 UTC (5 years, 3 months ago) by niro
File size: 686 byte(s)
auto added: ver bump to 0.23.15-r1
1 niro 31973 # $Id$
2    
3     PNAME="p11-kit"
4     PVER="0.23.15"
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"
28    
29     src_compile()
30     {
31     mconfigure --libexecdir=/usr/$(mlibdir)/${PNAME} || die
32     mmake || die
33     }