Magellan Linux

Annotation of /branches/R11-stable/core/libgpg-error/libgpg-error-1.17-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22691 - (hide annotations) (download)
Tue Oct 28 08:26:50 2014 UTC (9 years, 6 months ago) by niro
File size: 537 byte(s)
-release branches/R11-stable
1 niro 22491 # $Id$
2    
3     PNAME="libgpg-error"
4     PVER="1.17"
5     PBUILD="r1"
6    
7     PCAT="app-crypt"
8    
9     DESCRIPTION="Libgpg-error is a small library with error codes and descriptions shared by most GnuPG related software."
10     HOMEPAGE="http://www.gnupg.org/"
11    
12     DEPEND=">= virtual/glibc"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.bz2"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     EMUL_LINUX_32=true
18     sminclude mbuild multilib
19    
20     SRC_URI=(
21     ftp://ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd ftp://ftp.gnupg.org/gcrypt/${PNAME} | highesttarball"