Magellan Linux

Annotation of /branches/R11-unstable/extras/libksba/libksba-1.3.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25538 - (hide annotations) (download)
Tue Nov 25 03:54:14 2014 UTC (9 years, 5 months ago) by niro
File size: 666 byte(s)
-release branches/R11-unstable
1 niro 18498 # $Id$
2    
3     PNAME="libksba"
4     PVER="1.3.0"
5     PBUILD="r1"
6    
7     PCAT="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.5"
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"