Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6499 - (show annotations) (download)
Wed Aug 25 22:31:16 2010 UTC (13 years, 8 months ago) by niro
File size: 914 byte(s)
-hotfix still needed
1 # $Id: libgcrypt-1.4.4-r5.smage2 4769 2009-12-27 22:31:29Z niro $
2
3 PNAME="libgcrypt"
4 PVER="1.4.6"
5 PBUILD="r1"
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 }