# $Id$ PNAME="libgweather" PVER="2.28.0" PBUILD="r1" PCATEGORIE="dev-libs" STATE="unstable" DESCRIPTION="Library to access weather information from online services." HOMEPAGE="http://www.gnome.org/" DEPEND=">= dev-libs/glib2-2.13 >= x11-libs/gtk2+-2.11 >= gnome-base/gconf-2.28 >= net-libs/libsoup-2.28 >= dev-libs/libxml2-2.7 >= dev-python/pygobject-2.20 >= dev-python/pygtk-2.16" SDEPEND=">= dev-util/pkgconfig-0.23 >= dev-util/intltool-0.40" sminclude gnome2 UP2DATE="updatecmd_gnome ${PNAME}" src_compile() { cd ${SRCDIR} gn2_configure \ --disable-static \ --disable-all-translations-in-one-xml \ --enable-locations-compression \ --enable-python \ || die mmake || die }