Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26211 - (show annotations) (download)
Sun Jun 21 13:44:34 2015 UTC (8 years, 11 months ago) by niro
File size: 556 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/gobject-introspection-1.44"
19
20 SRCFILE="${PNAME}-${PVER}.tar.xz"
21
22 sminclude gnome2 multilib
23 msetfeature "!check"
24
25 UP2DATE="updatecmd_gnome ${PNAME}"
26
27 src_compile()
28 {
29 mconfigure --without-gnome --enable-introspection || die
30 mmake || die
31 }