Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6931 - (show annotations) (download)
Mon Jul 27 14:54:58 2015 UTC (8 years, 10 months ago) by niro
File size: 567 byte(s)
auto added: ver bump to 2.50.0-r1
1 # $Id$
2
3 PNAME="libsoup"
4 PVER="2.50.0"
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.44
13 >= dev-libs/libxml2-2.7
14 >= net-libs/glib-networking-2.44"
15
16 SDEPEND=">= dev-util/pkgconfig-0.25
17 >= dev-util/intltool-0.50
18 >= dev-libs/glib2-dev-2.44
19 >= dev-libs/libxml2-dev-2.7"
20
21 SRCFILE="${PNAME}-${PVER}.tar.xz"
22
23 sminclude multilib
24 msetfeature "!check"
25
26 UP2DATE="updatecmd_gnome ${PNAME}"
27
28 src_compile()
29 {
30 mconfigure --without-gnome --disable-introspection || die
31 mmake || die
32 }