Magellan Linux

Contents of /branches/magellan-next/core/libgcrypt/libgcrypt-1.5.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8427 - (show annotations) (download)
Mon Jul 18 18:12:55 2011 UTC (12 years, 10 months ago) by niro
File size: 838 byte(s)
auto added: ver bump to 1.5.0-r1
1 # $Id$
2
3 PNAME="libgcrypt"
4 PVER="1.5.0"
5 PBUILD="r1"
6
7 PCATEGORIE="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.9"
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.gnupg.org/gcrypt/${PNAME}/ | lasttarball"
28 UP2DATE="updatecmd ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball"
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 }