Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28876 - (show annotations) (download)
Tue May 9 13:07:40 2017 UTC (7 years ago) by niro
File size: 579 byte(s)
auto added: ver bump to 2.58.1-r1
1 # $Id$
2
3 PNAME="libsoup"
4 PVER="2.58.1"
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.52
13 >= dev-libs/libxml2-2.7
14 >= net-libs/glib-networking-2.50"
15
16 SDEPEND=">= dev-util/pkgconfig-0.25
17 >= dev-util/intltool-0.50
18 >= dev-libs/gobject-introspection-1.52
19 >= dev-lang/vala-0.36"
20
21 SRCFILE="${PNAME}-${PVER}.tar.xz"
22
23 sminclude gnome2 multilib
24 msetfeature "!check"
25
26 UP2DATE="updatecmd_gnome ${PNAME}"
27
28 src_compile()
29 {
30 mconfigure --without-gnome --enable-introspection || die
31 mmake || die
32 }