Magellan Linux

Contents of /branches/R11-stable/extras/p11-kit/p11-kit-0.15.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16831 - (show annotations) (download)
Thu Mar 7 14:22:50 2013 UTC (11 years, 2 months ago) by niro
File size: 494 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="p11-kit"
4 PVER="0.15.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
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild multilib
18 msetfeature "!check"
19
20 SRC_URI=(
21 http://p11-glue.freedesktop.org/releases/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ${HOMEPAGE}/releases | lasttarball gz"