Magellan Linux

Contents of /branches/magellan-next/core/gnutls/gnutls-2.12.16-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9770 - (show annotations) (download)
Tue Jan 10 22:41:09 2012 UTC (12 years, 5 months ago) by niro
File size: 940 byte(s)
auto added: ver bump to 2.12.16-r1
1 # $Id$
2
3 PNAME="gnutls"
4 PVER="2.12.16"
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/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
27 SRC_URI=(
28 gnu://${PNAME}/${SRCFILE}
29 ftp://ftp.gnutls.org/pub/${PNAME}/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 UP2DATE="updatecmd 'http://ftp.gnu.org/gnu/gnutls/?C=M;O=A' | lasttarball"
34
35 src_compile()
36 {
37 mconfigure \
38 --without-included-opencdk \
39 --without-p11-kit \
40 --with-zlib \
41 --with-lzo \
42 --with-libgcrypt \
43 --enable-tls \
44 --disable-guile \
45 --disable-gtk-doc \
46 || die
47
48 mmake || die
49 }