Magellan Linux

Annotation of /trunk/core/gnutls/gnutls-3.6.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31963 - (hide annotations) (download)
Mon Jan 28 13:26:53 2019 UTC (5 years, 3 months ago) by niro
File size: 1012 byte(s)
auto added: ver bump to 3.6.6-r1
1 niro 31963 # $Id$
2    
3     PNAME="gnutls"
4     PVER="3.6.6"
5     PBUILD="r1"
6    
7     PCAT="app-crypt"
8    
9     DESCRIPTION="The GNU Transport Layer Security Library."
10     HOMEPAGE="http://www.gnu.org/software/gnutls/"
11    
12     DEPEND=">= sys-libs/libstdc++-8.1
13     >= sys-libs/zlib-1.2.5
14     >= dev-libs/gmp-6.1
15     >= app-crypt/libtasn1-4.13
16     >= app-crypt/p11-kit-0.23
17     >= app-crypt/nettle-3.4
18     >= net-dns/libidn-1.35"
19    
20     SDEPEND=">= sys-dev/gettext-0.18"
21    
22     SRCFILE="${PNAME}-${PVER}.tar.xz"
23     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24    
25     EMUL_LINUX_32=true
26     sminclude multilib mtools mbuild
27     msetfeature "!check"
28    
29     SRC_URI=(
30     ftp://ftp.gnutls.org/gcrypt/${PNAME}/v$(echo ${PVER} | cut -d. -f1-2)/${SRCFILE}
31     mirror://${PNAME}/${SRCFILE}
32     )
33    
34     UP2URI="ftp://ftp.gnutls.org/gcrypt/${PNAME}"
35     UP2DATE="updatecmd ${UP2URI}/v$(updatecmd -listonly ${UP2URI} | grep 'v[0-9]' | sed 's:.*v\(.*\)/:\1:' | upsort_pipe) | highesttarball xz"
36    
37     src_compile()
38     {
39     mconfigure \
40     --with-p11-kit \
41     --with-zlib \
42     --disable-guile \
43     --disable-gtk-doc \
44     --with-included-unistring \
45     || die
46    
47     mmake || die
48     }