Magellan Linux

Contents of /branches/R11-unstable/extras/libksba/libksba-1.3.5-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32668 - (show annotations) (download)
Mon Apr 29 13:23:28 2019 UTC (5 years ago) by niro
File size: 826 byte(s)
-release branches/R11-unstable
1 # $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 DEPEND=">= app-crypt/libgpg-error-1.32
13 >= app-crypt/libgcrypt-1.8"
14
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"