Magellan Linux

Annotation of /smage/branches/alx07x-stable/extras/glib-networking/glib-networking-2.50.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10115 - (hide annotations) (download)
Thu Aug 3 14:55:43 2017 UTC (6 years, 9 months ago) by niro
File size: 968 byte(s)
-release branches/alx07x-stable
1 niro 9686 # $Id$
2    
3     PNAME="glib-networking"
4     PVER="2.50.0"
5     PBUILD="r1"
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.52
13     >= dev-libs/gsettings-desktop-schemas-3.24
14     >= app-crypt/gnutls-3.5
15     >= app-crypt/ca-certificates-2015"
16    
17     ALX_DEV_DEPEND=">= dev-libs/glib2-dev-2.52
18     >= dev-libs/gsettings-desktop-schemas-dev-3.24
19     >= app-crypt/gnutls-dev-3.5"
20    
21     SDEPEND=">= dev-util/pkgconfig-0.25
22     >= dev-util/intltool-0.50
23     >= sys-dev/gettext-0.18
24     ${ALX_DEV_DEPEND}"
25    
26     SRCFILE="${PNAME}-${PVER}.tar.xz"
27    
28     ALX_PKG_KEEP="usr/$(mlibdir)/gio"
29     sminclude gnome2 multilib alx-split
30     msetfeature "!check"
31    
32     UP2DATE="updatecmd_gnome ${PNAME}"
33    
34     src_compile()
35     {
36     mconfigure \
37     --libexecdir=/usr/'$(mlibdir)'/${PNAME} \
38     --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt \
39     --disable-static \
40     --disable-maintainer-mode \
41     --without-libproxy \
42     --with-gnutls \
43     --without-pkcs11 \
44     || die
45    
46     mmake || die
47     }