Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30909 - (hide annotations) (download)
Tue May 15 11:40:20 2018 UTC (6 years ago) by niro
File size: 586 byte(s)
auto added: ver bump to 2.62.2-r1
1 niro 30909 # $Id$
2    
3     PNAME="libsoup"
4     PVER="2.62.2"
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.56
13     >= dev-libs/libxml2-2.7
14     >= net-libs/glib-networking-2.56"
15    
16     SDEPEND=">= dev-util/pkgconfig-0.25
17     >= dev-util/intltool-0.50
18     >= dev-libs/gobject-introspection-1.56
19     >= dev-lang/vala-0.40"
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     }