Magellan Linux

Contents of /branches/magellan-next/extras/gnutls/gnutls-2.8.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6891 - (show annotations) (download)
Thu Sep 23 19:24:01 2010 UTC (13 years, 7 months ago) by niro
File size: 865 byte(s)
auto added: ver bump to 2.8.6-r1
1 # $Id: gnutls-2.8.5-r2.smage2 4766 2009-12-27 22:21:44Z niro $
2
3 PNAME="gnutls"
4 PVER="2.8.6"
5 PBUILD="r1"
6
7 PCATEGORIE="app-crypt"
8 STATE="unstable"
9
10 DESCRIPTION="The GNU Transport Layer Security Library."
11 HOMEPAGE="http://www.gnu.org/software/gnutls/"
12
13 DEPEND=">= sys-libs/zlib-1.2
14 >= dev-libs/lzo-2
15 >= app-crypt/libgpg-error-1.9
16 >= app-crypt/libgcrypt-1.4
17 >= app-crypt/libtasn1-2.7"
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 ftp://ftp.gnutls.org/pub/${PNAME}/ | lasttarball"
32
33 src_compile()
34 {
35 mconfigure \
36 --without-included-opencdk \
37 --with-zlib \
38 --with-lzo \
39 --enable-tls \
40 --disable-guile \
41 --disable-gtk-doc \
42 || die
43
44 mmake || die
45 }