Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33256 - (hide annotations) (download)
Mon Oct 21 12:17:14 2019 UTC (4 years, 6 months ago) by niro
File size: 658 byte(s)
-upstream uses meson now
1 niro 33255 # $Id$
2    
3     PNAME="libsoup"
4     PVER="2.68.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.62
13     >= dev-libs/libxml2-2.7
14     >= net-libs/glib-networking-2.62
15     >= net-nds/krb5-1.17
16     >= net-libs/libpsl-0.20"
17    
18     SDEPEND=">= dev-util/pkgconfig-0.25
19     >= dev-util/intltool-0.50
20     >= dev-libs/gobject-introspection-1.58
21     >= dev-lang/vala-0.42"
22    
23     SRCFILE="${PNAME}-${PVER}.tar.xz"
24    
25 niro 33256 sminclude gnome2 multilib meson
26 niro 33255 msetfeature "!check"
27    
28     UP2DATE="updatecmd_gnome ${PNAME}"
29    
30     src_compile()
31     {
32 niro 33256 meson_configure $(meson_bool_false gnome) $(meson_bool_true introspection) || die
33     mninja || die
34 niro 33255 }