Magellan Linux

Contents of /branches/R11-stable/core/libgpg-error/libgpg-error-1.9-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14807 - (show annotations) (download)
Wed Jan 2 09:28:49 2013 UTC (11 years, 4 months ago) by niro
File size: 718 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="libgpg-error"
4 PVER="1.9"
5 PBUILD="r2"
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 ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 #UP2DATE="updatecmd ftp://ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball"
27 UP2DATE="updatecmd ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball"