Magellan Linux

Contents of /smage/trunk/extras/libsoup/libsoup-2.50.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6992 - (show annotations) (download)
Thu Jul 30 16:26:36 2015 UTC (8 years, 10 months ago) by niro
File size: 695 byte(s)
-alx-split
1 # $Id$
2
3 PNAME="libsoup"
4 PVER="2.50.0"
5 PBUILD="r2"
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.44
13 >= dev-libs/libxml2-2.7
14 >= net-libs/glib-networking-2.44"
15
16 ALX_DEV_DEPEND=">= dev-libs/glib2-dev-2.44
17 >= dev-libs/libxml2-dev-2.7
18 >= net-libs/glib-networking-dev-2.44"
19
20 SDEPEND=">= dev-util/pkgconfig-0.25
21 >= dev-util/intltool-0.50
22 ${ALX_DEV_DEPEND}"
23
24 SRCFILE="${PNAME}-${PVER}.tar.xz"
25
26 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
27 sminclude gnome2 multilib alx-split
28 msetfeature "!check"
29
30 UP2DATE="updatecmd_gnome ${PNAME}"
31
32 src_compile()
33 {
34 mconfigure --without-gnome --disable-introspection || die
35 mmake || die
36 }