Magellan Linux

Annotation of /branches/R11-stable/extras/libsoup/libsoup-2.40.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16146 - (hide annotations) (download)
Fri Jan 25 00:23:19 2013 UTC (11 years, 4 months ago) by niro
File size: 529 byte(s)
-release branches/R11-stable
1 niro 15897 # $Id$
2    
3     PNAME="libsoup"
4     PVER="2.40.3"
5     PBUILD="r1"
6    
7     PCAT="net-libs"
8    
9     DESCRIPTION="HTTP library implementation in C."
10     HOMEPAGE="http://www.gnome.org/"
11    
12     DEPEND=">= dev-libs/glib2-2.34
13     >= dev-libs/libxml2-2.7
14     >= net-libs/glib-networking-2.34"
15    
16     SDEPEND=">= dev-util/pkgconfig-0.25
17     >= dev-libs/gobject-introspection-1.34"
18    
19     SRCFILE="${PNAME}-${PVER}.tar.xz"
20    
21     sminclude gnome2 multilib
22     msetfeature "!check"
23    
24     UP2DATE="updatecmd_gnome ${PNAME}"
25    
26     src_compile()
27     {
28     mconfigure --without-gnome --enable-introspection || die
29     mmake || die
30     }