Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20939 - (show annotations) (download)
Mon Feb 17 12:30:21 2014 UTC (10 years, 3 months ago) by niro
File size: 814 byte(s)
auto added: ver bump to 3.2.11-r1
1 # $Id$
2
3 PNAME="gnutls"
4 PVER="3.2.11"
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 DEPEND=">= sys-libs/libstdc++-4.8
13 >= sys-libs/zlib-1.2.5
14 >= dev-libs/gmp-5.1
15 >= app-crypt/libtasn1-3.4
16 >= app-crypt/p11-kit-0.20
17 >= net-dns/libidn-1.28"
18
19 SDEPEND=">= sys-dev/gettext-0.18"
20
21 SRCFILE="${PNAME}-${PVER}.tar.xz"
22 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23
24 sminclude mtools mbuild multilib
25 msetfeature "!check"
26
27 SRC_URI=(
28 ftp://ftp.gnutls.org/gcrypt/${PNAME}/v${PVER%.*}/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 UP2DATE="updatecmd ftp://ftp.gnutls.org/gcrypt/${PNAME}/v3.2 | highesttarball xz"
33
34 src_compile()
35 {
36 mconfigure \
37 --with-p11-kit \
38 --with-zlib \
39 --disable-guile \
40 --disable-gtk-doc \
41 || die
42
43 mmake || die
44 }