Magellan Linux

Annotation of /smage/branches/alx07x-unstable/extras/libsoup/libsoup-2.52.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8359 - (hide annotations) (download)
Fri Jan 15 12:10:14 2016 UTC (8 years, 8 months ago) by niro
Original Path: smage/trunk/extras/libsoup/libsoup-2.52.2-r1.smage2
File size: 768 byte(s)
-fixed missing vala sdep even with gobject-introspection disabled
1 niro 8356 # $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 niro 8357 >= net-libs/glib-networking-2.46
15     >= dev-db/sqlite-3.10"
16 niro 8356
17     ALX_DEV_DEPEND=">= dev-libs/glib2-dev-2.46
18     >= dev-libs/libxml2-dev-2.7
19 niro 8357 >= net-libs/glib-networking-dev-2.46
20     >= dev-db/sqlite-dev-3.10"
21 niro 8356
22     SDEPEND=">= dev-util/pkgconfig-0.25
23     >= dev-util/intltool-0.50
24 niro 8359 >= dev-lang/vala-0.30
25 niro 8356 ${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     }