Magellan Linux

Contents of /branches/magellan-next/core/libgcrypt/libgcrypt-1.4.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7695 - (show annotations) (download)
Mon May 30 11:32:34 2011 UTC (12 years, 11 months ago) by niro
File size: 855 byte(s)
auto added: ver bump to 1.4.6-r2
1 # $Id$
2
3 PNAME="libgcrypt"
4 PVER="1.4.6"
5 PBUILD="r2"
6
7 PCATEGORIE="app-crypt"
8 STATE="unstable"
9
10 DESCRIPTION="Libgcrypt is GNU's basic cryptographic library."
11 HOMEPAGE="http://www.gnupg.org/"
12
13 DEPEND=">= virtual/glibc
14 >= app-crypt/libgpg-error-1.9"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 EMUL_LINUX_32=true
20 sminclude mbuild multilib
21
22 SRC_URI=(
23 #ftp://ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
24 ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 #UP2DATE="updatecmd ftp://ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball"
29 UP2DATE="updatecmd ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball"
30
31 src_install()
32 {
33 mbuild_src_install
34
35 # fix some multilib issues
36 only-m32 sed -i 's:-L/usr/lib64::' ${BINDIR}/usr/lib/libgcrypt.la || die
37 }