Magellan Linux

Annotation of /trunk/extras/glib-networking/glib-networking-2.62.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33258 - (hide annotations) (download)
Mon Oct 21 13:41:50 2019 UTC (4 years, 6 months ago) by niro
File size: 827 byte(s)
-enabled openssl tls support
1 niro 33258 # $Id$
2    
3     PNAME="glib-networking"
4     PVER="2.62.1"
5     PBUILD="r2"
6    
7     PCAT="net-libs"
8    
9     DESCRIPTION="Network-related giomodules for glib2."
10     HOMEPAGE="http://www.gnome.org/"
11    
12     DEPEND=">= dev-libs/glib2-2.58
13     >= dev-libs/gsettings-desktop-schemas-3.24
14     >= net-libs/libproxy-0.4
15     >= app-crypt/gnutls-3.6
16     >= app-crypt/ca-certificates-2019
17     >= app-crypt/p11-kit-0.23"
18    
19     SDEPEND=">= dev-util/pkgconfig-0.25
20     >= dev-util/intltool-0.50
21     >= sys-dev/gettext-0.18
22     >= dev-libs/openssl-1.1.1d"
23    
24     SRCFILE="${PNAME}-${PVER}.tar.xz"
25    
26     sminclude gnome2 multilib meson
27     msetfeature "!check"
28    
29     UP2DATE="updatecmd_gnome ${PNAME}"
30    
31     src_compile()
32     {
33     meson_src_compile \
34     $(meson_opt ca_certificates_path /etc/ssl/certs/ca-certificates.crt) \
35     $(meson_bool_true libproxy_support) \
36     $(meson_bool_true pkcs11_support) \
37     $(meson_opt openssl enabled) \
38     || die
39     }