Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11913 - (show annotations) (download)
Fri Apr 27 16:31:29 2012 UTC (12 years, 1 month ago) by niro
File size: 462 byte(s)
-fixed SRCURI
1 # $Id$
2
3 PNAME="p11-kit"
4 PVER="0.12"
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
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"