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