Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6892 - (hide annotations) (download)
Fri Sep 24 07:45:38 2010 UTC (13 years, 9 months ago) by niro
Original Path: branches/magellan-next/extras/libsoup/libsoup-2.30.2-r1.smage2
File size: 504 byte(s)
auto added: ver bump to 2.30.2-r1
1 niro 6892 # $Id: libsoup-2.28.1-r2.smage2 4317 2009-12-01 15:16:10Z niro $
2    
3     PNAME="libsoup"
4     PVER="2.30.2"
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.24
14     >= dev-libs/libxml2-2.7
15     >= app-crypt/gnutls-2.8"
16    
17     SDEPEND=">= dev-util/pkgconfig-0.25"
18    
19     sminclude gnome2
20    
21     UP2DATE="updatecmd_gnome ${PNAME}"
22    
23     src_compile()
24     {
25     cd ${SRCDIR}
26    
27     gn2_configure --without-gnome --enable-ssl || die
28     mmake || die
29     }