Magellan Linux

Annotation of /trunk/extras/libsoup/libsoup-2.60.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30467 - (hide annotations) (download)
Wed Jan 24 13:26:10 2018 UTC (6 years, 4 months ago) by niro
File size: 586 byte(s)
auto added: ver bump to 2.60.3-r1
1 niro 30467 # $Id$
2    
3     PNAME="libsoup"
4     PVER="2.60.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.54
13     >= dev-libs/libxml2-2.7
14     >= net-libs/glib-networking-2.54"
15    
16     SDEPEND=">= dev-util/pkgconfig-0.25
17     >= dev-util/intltool-0.50
18     >= dev-libs/gobject-introspection-1.54
19     >= dev-lang/vala-0.38"
20    
21     SRCFILE="${PNAME}-${PVER}.tar.xz"
22    
23     sminclude gnome2 multilib mbuild
24     msetfeature "!check"
25    
26     UP2DATE="updatecmd_gnome ${PNAME}"
27    
28     src_compile()
29     {
30     mconfigure --without-gnome --enable-introspection || die
31     mmake || die
32     }