Magellan Linux

Annotation of /branches/R11-stable/core/p11-kit/p11-kit-0.20.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21591 - (hide annotations) (download)
Wed Jul 16 12:31:23 2014 UTC (9 years, 11 months ago) by niro
Original Path: trunk/core/p11-kit/p11-kit-0.20.3-r1.smage2
File size: 551 byte(s)
auto added: ver bump to 0.20.3-r1
1 niro 21591 # $Id$
2    
3     PNAME="p11-kit"
4     PVER="0.20.3"
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.0
14     >= dev-libs/libffi-3.0.13"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.gz"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     sminclude mbuild multilib
20     msetfeature "!check"
21    
22     SRC_URI=(
23     http://p11-glue.freedesktop.org/releases/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="updatecmd ${HOMEPAGE}/releases | highesttarball gz"