Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33259 - (show annotations) (download)
Mon Oct 21 13:46:00 2019 UTC (4 years, 6 months ago) by niro
File size: 660 byte(s)
auto added: ver bump to 2.68.2-r1
1 # $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.62
21 >= dev-lang/vala-0.46"
22
23 SRCFILE="${PNAME}-${PVER}.tar.xz"
24
25 sminclude gnome2 multilib meson
26 msetfeature "!check"
27
28 UP2DATE="updatecmd_gnome ${PNAME}"
29
30 src_compile()
31 {
32 meson_configure $(meson_bool_false gnome) $(meson_opt introspection enabled) || die
33 mninja || die
34 }