Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11505 - (show annotations) (download)
Mon Mar 12 09:35:14 2012 UTC (12 years, 3 months ago) by niro
File size: 668 byte(s)
auto added: ver bump to 2.30.2-r1
1 # $Id$
2
3 PNAME="glib-networking"
4 PVER="2.30.2"
5 PBUILD="r1"
6
7 PCAT="net-libs"
8
9 DESCRIPTION="Network-related giomodules for glib2."
10 HOMEPAGE="http://www.gnome.org/"
11
12 # todo: net-libs/libproxy support
13 DEPEND=">= dev-libs/glib2-2.30
14 >= app-crypt/gnutls-2.17
15 >= app-crypt/ca-certificates-2011"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25
18 >= dev-util/intltool-0.41
19 >= sys-dev/gettext-0.18"
20
21 sminclude gnome2 multilib
22
23 UP2DATE="updatecmd_gnome ${PNAME}"
24
25 src_compile()
26 {
27 cd ${SRCDIR}
28
29 mconfigure \
30 --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt \
31 --disable-static \
32 --disable-maintainer-mode \
33 --without-libproxy \
34 --with-gnutls \
35 || die
36
37 mmake || die
38 }