Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6928 - (show annotations) (download)
Mon Jul 27 14:38:36 2015 UTC (8 years, 10 months ago) by niro
File size: 811 byte(s)
auto added: ver bump to 2.44.0-r
1 # $Id$
2
3 PNAME="glib-networking"
4 PVER="2.44.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.44
13 >= dev-libs/gsettings-desktop-schemas-3.16
14 >= app-crypt/gnutls-3.4
15 >= app-crypt/ca-certificates-2015"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25
18 >= dev-util/intltool-0.50
19 >= sys-dev/gettext-0.18
20 >= dev-libs/glib2-dev-2.44"
21
22 SRCFILE="${PNAME}-${PVER}.tar.xz"
23
24 sminclude gnome2 multilib
25 msetfeature "!check"
26
27 UP2DATE="updatecmd_gnome ${PNAME}"
28
29 src_compile()
30 {
31 mconfigure \
32 --libexecdir=/usr/'$(mlibdir)'/${PNAME} \
33 --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt \
34 --disable-static \
35 --disable-maintainer-mode \
36 --without-libproxy \
37 --with-gnutls \
38 --without-pkcs11 \
39 || die
40
41 mmake || die
42 }