Magellan Linux

Annotation of /branches/magellan-next/core/libsoup/libsoup-2.34.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8316 - (hide annotations) (download)
Thu Jul 14 16:52:14 2011 UTC (12 years, 10 months ago) by niro
File size: 429 byte(s)
auto added: ver bump to 2.34.2-r1
1 niro 8316 # $Id$
2    
3     PNAME="libsoup"
4     PVER="2.34.2"
5     PBUILD="r1"
6    
7     PCATEGORIE="net-libs"
8    
9     DESCRIPTION="HTTP library implementation in C."
10     HOMEPAGE="http://www.gnome.org/"
11    
12     DEPEND=">= dev-libs/glib2-2.28
13     >= dev-libs/libxml2-2.7
14     >= app-crypt/gnutls-2.8"
15    
16     SDEPEND=">= dev-util/pkgconfig-0.25"
17    
18     sminclude gnome2
19    
20     UP2DATE="updatecmd_gnome ${PNAME}"
21    
22     src_compile()
23     {
24     cd ${SRCDIR}
25    
26     gn2_configure --without-gnome --enable-ssl || die
27     mmake || die
28     }