Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22722 - (show annotations) (download)
Tue Oct 28 08:31:19 2014 UTC (9 years, 6 months ago) by niro
File size: 548 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="p11-kit"
4 PVER="0.22.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-4.2
14 >= dev-libs/libffi-3.1"
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"