Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4193 - (show annotations) (download)
Mon Nov 30 09:39:40 2009 UTC (14 years, 5 months ago) by niro
File size: 490 byte(s)
-disabled ssl
1 # $Id$
2
3 PNAME="libsoup"
4 PVER="2.28.1"
5 PBUILD="r1"
6
7 PCATEGORIE="net-libs"
8 STATE="unstable"
9
10 DESCRIPTION="HTTP library implementation in C."
11 HOMEPAGE="http://www.gnome.org/"
12
13 DEPEND=">= dev-libs/glib2-2.22
14 >= dev-libs/libxml2-2.7"
15
16 SDEPEND=">= dev-util/pkgconfig-0.23"
17
18 sminclude gnome2
19
20 UP2DATE="updatecmd_gnome ${PNAME}"
21
22 src_compile()
23 {
24 cd ${SRCDIR}
25
26 # disable ssl support atm - needs gnutls, which is not in the tree
27 gn2_configure --disable-gnome --disable-ssl || die
28 mmake || die
29 }

Properties

Name Value
svn:keywords Id