Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16425 - (show annotations) (download)
Fri Feb 8 12:52:18 2013 UTC (11 years, 4 months ago) by niro
File size: 494 byte(s)
-disabled src_check() atm -fixme
1 # $Id$
2
3 PNAME="p11-kit"
4 PVER="0.15.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
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"