Magellan Linux

Annotation of /branches/R11-unstable/extras/libsoup/libsoup-2.64.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32635 - (hide annotations) (download)
Mon Apr 29 13:19:00 2019 UTC (5 years ago) by niro
File size: 633 byte(s)
-release branches/R11-unstable
1 niro 31921 # $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 niro 31935 >= net-libs/glib-networking-2.58
15     >= net-nds/krb5-1.16
16     >= net-libs/libpsl-0.20"
17 niro 31921
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     }