Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19437 - (hide annotations) (download)
Mon Sep 16 09:00:41 2013 UTC (10 years, 9 months ago) by niro
File size: 521 byte(s)
-release branches/R11-stable
1 niro 19395 # $Id$
2    
3     PNAME="p11-kit"
4     PVER="0.20.1"
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-3.3"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild multilib
19     msetfeature "!check"
20    
21     SRC_URI=(
22     http://p11-glue.freedesktop.org/releases/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd ${HOMEPAGE}/releases | lasttarball gz"