Magellan Linux

Contents of /branches/R11-stable/core/libgcrypt/libgcrypt-1.6.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22689 - (show annotations) (download)
Tue Oct 28 08:26:38 2014 UTC (9 years, 6 months ago) by niro
File size: 836 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="libgcrypt"
4 PVER="1.6.2"
5 PBUILD="r1"
6
7 PCAT="app-crypt"
8
9 DESCRIPTION="Libgcrypt is GNU's basic cryptographic library."
10 HOMEPAGE="http://www.gnupg.org/"
11
12 DEPEND=">= virtual/glibc
13 >= app-crypt/libgpg-error-1.12"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
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.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball"
28 UP2DATE="updatecmd ftp://ftp.gnupg.org/gcrypt/${PNAME} | highesttarball"
29
30 src_install()
31 {
32 mbuild_src_install
33
34 # fix some multilib issues
35 only-m32 sed -i 's:-L/usr/lib64::' ${BINDIR}/usr/lib/libgcrypt.la || die
36 }