Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31935 - (show annotations) (download)
Wed Jan 2 14:44:57 2019 UTC (5 years, 3 months ago) by niro
File size: 633 byte(s)
-added krb5 support and added missing libpsl dep
1 # $Id$
2
3 PNAME="libsoup"
4 PVER="2.64.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.58
13 >= dev-libs/libxml2-2.7
14 >= net-libs/glib-networking-2.58
15 >= net-nds/krb5-1.16
16 >= net-libs/libpsl-0.20"
17
18 SDEPEND=">= dev-util/pkgconfig-0.25
19 >= dev-util/intltool-0.50
20 >= dev-libs/gobject-introspection-1.58
21 >= dev-lang/vala-0.42"
22
23 SRCFILE="${PNAME}-${PVER}.tar.xz"
24
25 sminclude gnome2 multilib mbuild
26 msetfeature "!check"
27
28 UP2DATE="updatecmd_gnome ${PNAME}"
29
30 src_compile()
31 {
32 mconfigure --without-gnome --enable-introspection || die
33 mmake || die
34 }