Magellan Linux

Annotation of /branches/R11-stable/extras/libassuan/libassuan-2.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17960 - (hide annotations) (download)
Thu Jun 27 06:36:45 2013 UTC (10 years, 11 months ago) by niro
File size: 714 byte(s)
-release branches/R11-stable
1 niro 17394 # $Id$
2    
3     PNAME="libassuan"
4     PVER="2.1.0"
5     PBUILD="r1"
6    
7     PCAT="app-crypt"
8    
9     DESCRIPTION="Libassuan is the IPC library used by some GnuPG related software."
10     HOMEPAGE="http://www.gnupg.org/"
11    
12     DEPEND=">= app-crypt/libgpg-error-1.9
13     >= dev-libs/pth-2"
14    
15     SDEPEND=">= sys-dev/libtool-2"
16    
17     SRCFILE="${PNAME}-${PVER}.tar.bz2"
18     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19    
20     sminclude mbuild
21    
22     SRC_URI=(
23     #ftp://ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
24     ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     #UP2DATE="updatecmd ftp://ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball"
29     UP2DATE="updatecmd ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball"