Magellan Linux

Contents of /trunk/extras/p11-kit/p11-kit-0.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13369 - (show annotations) (download)
Fri Oct 5 18:02:56 2012 UTC (11 years, 7 months ago) by niro
File size: 471 byte(s)
auto added: ver bump to 0.14-r1
1 # $Id$
2
3 PNAME="p11-kit"
4 PVER="0.14"
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
19 SRC_URI=(
20 http://p11-glue.freedesktop.org/releases/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd ${HOMEPAGE}/releases | lasttarball gz"