Magellan Linux

Annotation of /branches/magellan-next/core/glib-networking/glib-networking-2.30.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9066 - (hide annotations) (download)
Tue Oct 4 14:57:03 2011 UTC (12 years, 7 months ago) by niro
File size: 632 byte(s)
auto added: ver bump to 2.30.0-r1
1 niro 9066 # $Id$
2    
3     PNAME="glib-networking"
4     PVER="2.30.0"
5     PBUILD="r1"
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     }