Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30172 - (hide annotations) (download)
Thu Nov 2 12:12:41 2017 UTC (6 years, 7 months ago) by niro
File size: 837 byte(s)
auto added: ver bump to 2.54.1-r2
1 niro 30172 # $Id$
2    
3     PNAME="glib-networking"
4     PVER="2.54.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.54
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-2016
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    
23     SRCFILE="${PNAME}-${PVER}.tar.xz"
24    
25     sminclude gnome2 multilib mbuild
26     msetfeature "!check"
27    
28     UP2DATE="updatecmd_gnome ${PNAME}"
29    
30     src_compile()
31     {
32     mconfigure \
33     --libexecdir=/usr/'$(mlibdir)'/${PNAME} \
34     --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt \
35     --disable-static \
36     --disable-maintainer-mode \
37     --with-libproxy \
38     --with-gnutls \
39     --with-pkcs11 \
40     || die
41    
42     mmake || die
43     }