Magellan Linux

Contents of /branches/magellan-next/core/libksba/libksba-1.2.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8370 - (show annotations) (download)
Fri Jul 15 10:38:18 2011 UTC (12 years, 10 months ago) by niro
File size: 674 byte(s)
auto added: ver bump to 1.2.0-r1
1 # $Id$
2
3 PNAME="libksba"
4 PVER="1.2.0"
5 PBUILD="r1"
6
7 PCATEGORIE="app-crypt"
8
9 DESCRIPTION="Libksba is a CMS and X.509 access library."
10 HOMEPAGE="http://www.gnupg.org/"
11
12 DEPEND=">= app-crypt/libgpg-error-1.9
13 >= app-crypt/libgcrypt-1.4.6"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 #ftp://ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
22 ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 #UP2DATE="updatecmd ftp://ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball"
27 UP2DATE="updatecmd ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball"