Magellan Linux

Contents of /smage/trunk/extras/libsoup/libsoup-2.52.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8359 - (show annotations) (download)
Fri Jan 15 12:10:14 2016 UTC (8 years, 5 months ago) by niro
File size: 768 byte(s)
-fixed missing vala sdep even with gobject-introspection disabled
1 # $Id$
2
3 PNAME="libsoup"
4 PVER="2.52.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.46
13 >= dev-libs/libxml2-2.7
14 >= net-libs/glib-networking-2.46
15 >= dev-db/sqlite-3.10"
16
17 ALX_DEV_DEPEND=">= dev-libs/glib2-dev-2.46
18 >= dev-libs/libxml2-dev-2.7
19 >= net-libs/glib-networking-dev-2.46
20 >= dev-db/sqlite-dev-3.10"
21
22 SDEPEND=">= dev-util/pkgconfig-0.25
23 >= dev-util/intltool-0.50
24 >= dev-lang/vala-0.30
25 ${ALX_DEV_DEPEND}"
26
27 SRCFILE="${PNAME}-${PVER}.tar.xz"
28
29 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
30 sminclude gnome2 multilib alx-split
31 msetfeature "!check"
32
33 UP2DATE="updatecmd_gnome ${PNAME}"
34
35 src_compile()
36 {
37 mconfigure --without-gnome --disable-introspection || die
38 mmake || die
39 }