Magellan Linux

Contents of /trunk/core/gnutls/gnutls-2.12.20-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12861 - (show annotations) (download)
Wed Jul 4 12:34:53 2012 UTC (11 years, 10 months ago) by niro
File size: 955 byte(s)
auto added: ver bump to 2.12.20-r1
1 # $Id$
2
3 PNAME="gnutls"
4 PVER="2.12.20"
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 # use libgcrypt instead of libnettle atm
13 DEPEND=">= sys-libs/libstdc++-4.6
14 >= sys-libs/zlib-1.2,5
15 >= dev-libs/lzo-2
16 >= app-crypt/libgpg-error-1.9
17 >= app-crypt/libgcrypt-1.4
18 >= app-crypt/libtasn1-2.9"
19
20 SDEPEND=">= sys-dev/gettext-0.18"
21
22 SRCFILE="${PNAME}-${PVER}.tar.bz2"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude mtools mbuild multilib
26 msetfeature "!check"
27
28 SRC_URI=(
29 gnu://${PNAME}/${SRCFILE}
30 ftp://ftp.gnutls.org/pub/${PNAME}/${SRCFILE}
31 mirror://${PNAME}/${SRCFILE}
32 )
33
34 UP2DATE="updatecmd 'http://ftp.gnu.org/gnu/gnutls/?C=M;O=A' | lasttarball"
35
36 src_compile()
37 {
38 mconfigure \
39 --without-included-opencdk \
40 --without-p11-kit \
41 --with-zlib \
42 --with-lzo \
43 --with-libgcrypt \
44 --enable-tls \
45 --disable-guile \
46 --disable-gtk-doc \
47 || die
48
49 mmake || die
50 }