Magellan Linux

Contents of /trunk/extras/glib-networking/glib-networking-2.30.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11559 - (show annotations) (download)
Mon Mar 12 21:37:08 2012 UTC (12 years, 2 months ago) by niro
File size: 836 byte(s)
auto added: ver bump to 2.30.2-r2
1 # $Id$
2
3 PNAME="glib-networking"
4 PVER="2.30.2"
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.30
13 >= dev-libs/gsettings-desktop-schemas-3.2.0
14 >= net-libs/libproxy-0.4
15 >= app-crypt/gnutls-2.17
16 >= app-crypt/ca-certificates-2011"
17
18 SDEPEND=">= dev-util/pkgconfig-0.25
19 >= dev-util/intltool-0.41
20 >= sys-dev/gettext-0.18"
21
22 SRCFILE="${PNAME}-${PVER}.tar.xz"
23
24 sminclude gnome2 multilib
25
26 UP2DATE="updatecmd_gnome ${PNAME}"
27
28 src_compile()
29 {
30 mconfigure \
31 --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt \
32 --disable-static \
33 --disable-maintainer-mode \
34 --with-libproxy \
35 --with-gnutls \
36 || die
37
38 mmake || die
39 }
40
41 postinstall()
42 {
43 if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]
44 then
45 gio-querymodules /usr/lib/gio/modules
46 fi
47 }