Magellan Linux

Annotation of /branches/magellan-next/core/gnutls/gnutls-2.12.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9613 - (hide annotations) (download)
Mon Jan 2 10:57:25 2012 UTC (12 years, 4 months ago) by niro
File size: 886 byte(s)
auto added: ver bump to 2.12.14-r1
1 niro 9613 # $Id$
2    
3     PNAME="gnutls"
4     PVER="2.12.14"
5     PBUILD="r1"
6    
7     PCATEGORIE="app-crypt"
8    
9     DESCRIPTION="The GNU Transport Layer Security Library."
10     HOMEPAGE="http://www.gnu.org/software/gnutls/"
11    
12     # use libgcrypt instead of libnettle atm
13     DEPEND=">= sys-libs/zlib-1.2,5
14     >= dev-libs/lzo-2
15     >= app-crypt/libgpg-error-1.9
16     >= app-crypt/libgcrypt-1.4
17     >= app-crypt/libtasn1-2.9"
18    
19     SDEPEND=">= sys-dev/gettext-0.18"
20    
21     SRCFILE="${PNAME}-${PVER}.tar.bz2"
22     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23    
24     sminclude mtools mbuild multilib
25    
26     SRC_URI=(
27     ftp://ftp.gnutls.org/pub/${PNAME}/${SRCFILE}
28     mirror://${PNAME}/${SRCFILE}
29     )
30    
31     UP2DATE="updatecmd 'http://ftp.gnu.org/gnu/gnutls/?C=M;O=A' | lasttarball"
32    
33     src_compile()
34     {
35     mconfigure \
36     --without-included-opencdk \
37     --without-p11-kit \
38     --with-zlib \
39     --with-lzo \
40     --with-libgcrypt \
41     --enable-tls \
42     --disable-guile \
43     --disable-gtk-doc \
44     || die
45    
46     mmake || die
47     }