Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20940 - (show annotations) (download)
Mon Feb 17 12:44:52 2014 UTC (10 years, 3 months ago) by niro
File size: 833 byte(s)
-emul linux32
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 EMUL_LINUX_32=true
25 sminclude mtools mbuild multilib
26 msetfeature "!check"
27
28 SRC_URI=(
29 ftp://ftp.gnutls.org/gcrypt/${PNAME}/v${PVER%.*}/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 UP2DATE="updatecmd ftp://ftp.gnutls.org/gcrypt/${PNAME}/v3.2 | highesttarball xz"
34
35 src_compile()
36 {
37 mconfigure \
38 --with-p11-kit \
39 --with-zlib \
40 --disable-guile \
41 --disable-gtk-doc \
42 || die
43
44 mmake || die
45 }