Magellan Linux

Annotation of /trunk/extras/libksba/libksba-1.3.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28416 - (hide annotations) (download)
Wed Sep 7 14:44:29 2016 UTC (7 years, 8 months ago) by niro
File size: 761 byte(s)
auto added: ver bump to 1.3.5-r1
1 niro 28416 # $Id$
2    
3     PNAME="libksba"
4     PVER="1.3.5"
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"
28     UP2DATE="updatecmd http://www.gnupg.org/download/index.en.html | grep ${PNAME}- |lasttarball"