Magellan Linux

Contents of /branches/R11-stable/core/p11-kit/p11-kit-0.20.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20551 - (show annotations) (download)
Mon Jan 27 14:22:12 2014 UTC (10 years, 4 months ago) by niro
Original Path: trunk/core/p11-kit/p11-kit-0.20.2-r1.smage2
File size: 548 byte(s)
auto added: ver bump to 0.20.2-r1
1 # $Id$
2
3 PNAME="p11-kit"
4 PVER="0.20.2"
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 >= 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 | lasttarball gz"