Magellan Linux

Annotation of /trunk/extras/libgweather/libgweather-2.28.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4667 - (hide annotations) (download)
Sat Dec 26 01:10:54 2009 UTC (14 years, 6 months ago) by niro
File size: 704 byte(s)
auto added: ver bump to 2.28.0-r1
1 niro 4667 # $Id$
2    
3     PNAME="libgweather"
4     PVER="2.28.0"
5     PBUILD="r1"
6    
7     PCATEGORIE="dev-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="Library to access weather information from online services."
11     HOMEPAGE="http://www.gnome.org/"
12    
13     DEPEND=">= dev-libs/glib2-2.13
14     >= x11-libs/gtk2+-2.11
15     >= gnome-base/gconf-2.28
16     >= net-libs/libsoup-2.28
17     >= dev-libs/libxml2-2.7
18     >= dev-python/pygobject-2.20
19     >= dev-python/pygtk-2.16"
20    
21     SDEPEND=">= dev-util/pkgconfig-0.23
22     >= dev-util/intltool-0.40"
23    
24     sminclude gnome2
25    
26     UP2DATE="updatecmd_gnome ${PNAME}"
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     gn2_configure \
33     --disable-static \
34     --disable-all-translations-in-one-xml \
35     --enable-locations-compression \
36     --enable-python \
37     || die
38    
39     mmake || die
40     }

Properties

Name Value
svn:keywords Id