Magellan Linux

Annotation of /branches/magellan-next/core/libsoup/libsoup-2.36.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9501 - (hide annotations) (download)
Sun Dec 4 17:42:35 2011 UTC (12 years, 5 months ago) by niro
File size: 479 byte(s)
auto added: ver bump to 2.36.0-r2
1 niro 9501 # $Id$
2    
3     PNAME="libsoup"
4     PVER="2.36.0"
5     PBUILD="r2"
6    
7     PCATEGORIE="net-libs"
8    
9     DESCRIPTION="HTTP library implementation in C."
10     HOMEPAGE="http://www.gnome.org/"
11    
12     DEPEND=">= dev-libs/glib2-2.28
13     >= dev-libs/libxml2-2.7
14     >= net-libs/glib-networking-2.28"
15    
16     SDEPEND=">= dev-util/pkgconfig-0.25
17     >= dev-libs/gobject-introspection-0.10"
18    
19     sminclude gnome2 multilib
20    
21     UP2DATE="updatecmd_gnome ${PNAME}"
22    
23     src_compile()
24     {
25     mconfigure --without-gnome --enable-introspection || die
26     mmake || die
27     }