Magellan Linux

Contents of /smage/trunk/extras/glib-networking/glib-networking-2.46.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8355 - (show annotations) (download)
Fri Jan 15 11:52:29 2016 UTC (8 years, 3 months ago) by niro
File size: 968 byte(s)
auto added: ver bump to 2.46.1-r1
1 # $Id$
2
3 PNAME="glib-networking"
4 PVER="2.46.1"
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.46
13 >= dev-libs/gsettings-desktop-schemas-3.18
14 >= app-crypt/gnutls-3.4
15 >= app-crypt/ca-certificates-2015"
16
17 ALX_DEV_DEPEND=">= dev-libs/glib2-dev-2.46
18 >= dev-libs/gsettings-desktop-schemas-dev-3.18
19 >= app-crypt/gnutls-dev-3.4"
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 }