Magellan Linux

Contents of /branches/magellan-next/core/libgpg-error/libgpg-error-1.9-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7694 - (show annotations) (download)
Mon May 30 11:28:27 2011 UTC (12 years, 11 months ago) by niro
File size: 741 byte(s)
auto added: ver bump to 1.9-r2
1 # $Id$
2
3 PNAME="libgpg-error"
4 PVER="1.9"
5 PBUILD="r2"
6
7 PCATEGORIE="app-crypt"
8 STATE="unstable"
9
10 DESCRIPTION="Libgpg-error is a small library with error codes and descriptions shared by most GnuPG related software."
11 HOMEPAGE="http://www.gnupg.org/"
12
13 DEPEND=">= virtual/glibc"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 EMUL_LINUX_32=true
19 sminclude mbuild multilib
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"