Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31752 - (hide annotations) (download)
Thu Dec 6 15:01:07 2018 UTC (5 years, 5 months ago) by niro
File size: 826 byte(s)
-updated depends
1 niro 31751 # $Id$
2    
3     PNAME="libksba"
4     PVER="1.3.5"
5     PBUILD="r2"
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 niro 31752 DEPEND=">= app-crypt/libgpg-error-1.32
13     >= app-crypt/libgcrypt-1.8"
14 niro 31751
15     SRCFILE="${PNAME}-${PVER}.tar.bz2"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude multilib mbuild
19    
20     SRC_URI=(
21     https://gnupg.org/ftp/gcrypt/${PNAME}/${SRCFILE}
22     #ftp://ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
23     #ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     #UP2DATE="updatecmd ftp://ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball"
28     #UP2DATE="updatecmd ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball"
29     UP2DATE="updatecmd http://www.gnupg.org/download/index.en.html | grep ${PNAME}- | highesttarball"