# $Id: libsoup-2.28.1-r2.smage2 4317 2009-12-01 15:16:10Z niro $ PNAME="libsoup" PVER="2.30.2" PBUILD="r1" PCATEGORIE="net-libs" STATE="unstable" DESCRIPTION="HTTP library implementation in C." HOMEPAGE="http://www.gnome.org/" DEPEND=">= dev-libs/glib2-2.24 >= dev-libs/libxml2-2.7 >= app-crypt/gnutls-2.8" SDEPEND=">= dev-util/pkgconfig-0.25" sminclude gnome2 UP2DATE="updatecmd_gnome ${PNAME}" src_compile() { cd ${SRCDIR} gn2_configure --without-gnome --enable-ssl || die mmake || die }