Magellan Linux

Contents of /branches/magellan-next/core/glib-networking/glib-networking-2.28.7-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8421 - (show annotations) (download)
Mon Jul 18 18:04:16 2011 UTC (12 years, 9 months ago) by niro
File size: 632 byte(s)
-rev bump, rebuild against gnutls-2.12
1 # $Id$
2
3 PNAME="glib-networking"
4 PVER="2.28.7"
5 PBUILD="r2"
6
7 PCATEGORIE="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.2
14 >= app-crypt/gnutls-2.12"
15
16 SDEPEND=">= dev-util/pkgconfig-0.25
17 >= dev-util/intltool-0.41
18 >= sys-dev/gettext-0.18"
19
20 sminclude gnome2
21
22 UP2DATE="updatecmd_gnome ${PNAME}"
23
24 src_compile()
25 {
26 cd ${SRCDIR}
27
28 gn2_configure \
29 --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt \
30 --disable-static \
31 --disable-maintainer-mode \
32 --without-libproxy \
33 --with-gnutls \
34 || die
35
36 mmake || die
37 }