Magellan Linux

Contents of /smage/trunk/core/libgcrypt/libgcrypt-1.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9551 - (show annotations) (download)
Wed Jul 26 08:24:37 2017 UTC (6 years, 10 months ago) by niro
File size: 1013 byte(s)
-disabled atm
1 # $Id$
2
3 PNAME="libgcrypt"
4 PVER="1.8.0"
5 PBUILD="r1"
6
7 STATE="disabled"
8 PCAT="app-crypt"
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.12"
15
16 ALX_DEV_DEPEND=">= app-crypt/libgpg-error-dev-1.12"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 EMUL_LINUX_32=true
22 # only keep libs, bins should reside in dev pkg
23 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
24 sminclude mbuild multilib alx-split
25
26 SRC_URI=(
27 #ftp://ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
28 ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 #UP2DATE="updatecmd ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball"
33 UP2DATE="updatecmd ftp://ftp.gnupg.org/gcrypt/${PNAME} | highesttarball"
34
35 alx_generic_src_install()
36 {
37 mbuild_src_install
38
39 # fix some multilib issues
40 only-m32 sed -i 's:-L/usr/lib64::' ${BINDIR}/usr/lib/libgcrypt.la || die
41 }