Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30162 - (show annotations) (download)
Thu Nov 2 08:28:50 2017 UTC (6 years, 5 months ago) by niro
File size: 1011 byte(s)
auto added: ver bump to 3.6.1-r1
1 # $Id$
2
3 PNAME="gnutls"
4 PVER="3.6.1"
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++-5.3
13 >= sys-libs/zlib-1.2.5
14 >= dev-libs/gmp-6.0
15 >= app-crypt/libtasn1-4.8
16 >= app-crypt/p11-kit-0.23
17 >= app-crypt/nettle-3.1
18 >= net-dns/libidn-1.32"
19
20 SDEPEND=">= sys-dev/gettext-0.18"
21
22 SRCFILE="${PNAME}-${PVER}.tar.xz"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 EMUL_LINUX_32=true
26 sminclude mtools mbuild multilib
27 msetfeature "!check"
28
29 SRC_URI=(
30 ftp://ftp.gnutls.org/gcrypt/${PNAME}/v$(echo ${PVER} | cut -d. -f1-2)/${SRCFILE}
31 mirror://${PNAME}/${SRCFILE}
32 )
33
34 UP2URI="ftp://ftp.gnutls.org/gcrypt/${PNAME}"
35 UP2DATE="updatecmd ${UP2URI}/v$(updatecmd -listonly ${UP2URI} | grep 'v[0-9]' | sed 's:.*v\(.*\)/:\1:' | upsort_pipe) | highesttarball xz"
36
37 src_compile()
38 {
39 mconfigure \
40 --with-p11-kit \
41 --with-zlib \
42 --disable-guile \
43 --disable-gtk-doc \
44 --with-included-unistring \
45 || die
46
47 mmake || die
48 }