Magellan Linux

Annotation of /trunk/extras/libsoup/libsoup-2.68.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33255 - (hide annotations) (download)
Mon Oct 21 12:01:57 2019 UTC (4 years, 6 months ago) by niro
File size: 633 byte(s)
auto added: ver bump to 2.68.2-r1
1 niro 33255 # $Id$
2    
3     PNAME="libsoup"
4     PVER="2.68.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.62
13     >= dev-libs/libxml2-2.7
14     >= net-libs/glib-networking-2.62
15     >= net-nds/krb5-1.17
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     }