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 8701 - (hide annotations) (download)
Tue Feb 9 14:33:47 2016 UTC (8 years, 3 months ago) by niro
File size: 760 byte(s)
-release branches/alx07x-unstable
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     ${ALX_DEV_DEPEND}"
25    
26     SRCFILE="${PNAME}-${PVER}.tar.xz"
27    
28     ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
29     sminclude gnome2 multilib alx-split
30     msetfeature "!check"
31    
32     UP2DATE="updatecmd_gnome ${PNAME}"
33    
34     src_compile()
35     {
36 niro 8360 mconfigure --without-gnome --disable-introspection --disable-vala || die
37 niro 8356 mmake || die
38     }