Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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