Magellan Linux

Annotation of /branches/magellan-next/core/libksba/libksba-1.0.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6945 - (hide annotations) (download)
Fri Sep 24 17:05:08 2010 UTC (13 years, 8 months ago) by niro
File size: 748 byte(s)
auto added: ver bump to 1.0.8-r1
1 niro 6945 # $Id: libksba-1.0.7-r1.smage2 3488 2009-10-22 21:21:16Z niro $
2    
3     PNAME="libksba"
4     PVER="1.0.8"
5     PBUILD="r1"
6    
7     PCATEGORIE="app-crypt"
8     STATE="unstable"
9    
10     DESCRIPTION="Libksba is a CMS and X.509 access library."
11     HOMEPAGE="http://www.gnupg.org/"
12    
13     DEPEND=">= app-crypt/libgpg-error-1.9
14     >= app-crypt/libgcrypt-1.4.6"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.bz2"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     sminclude mbuild
20    
21     SRC_URI=(
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"