Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23607 - (hide annotations) (download)
Mon Jan 19 08:27:59 2015 UTC (9 years, 5 months ago) by niro
File size: 858 byte(s)
auto added: ver bump to 3.3.12-r1
1 niro 23607 # $Id$
2    
3     PNAME="gnutls"
4     PVER="3.3.12"
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++-4.8
13     >= sys-libs/zlib-1.2.5
14     >= dev-libs/gmp-5.1
15     >= app-crypt/libtasn1-4.2
16     >= app-crypt/p11-kit-0.22
17     >= app-crypt/nettle-2.7
18     >= net-dns/libidn-1.28"
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 mtools mbuild multilib
27     msetfeature "!check"
28    
29     SRC_URI=(
30     ftp://ftp.gnutls.org/gcrypt/${PNAME}/v${PVER%.*}/${SRCFILE}
31     mirror://${PNAME}/${SRCFILE}
32     )
33    
34     UP2DATE="updatecmd ftp://ftp.gnutls.org/gcrypt/${PNAME}/v3.3 | highesttarball xz"
35    
36     src_compile()
37     {
38     mconfigure \
39     --with-p11-kit \
40     --with-zlib \
41     --disable-guile \
42     --disable-gtk-doc \
43     || die
44    
45     mmake || die
46     }