RSS-GLib is a wrapper around the fantastic libmrss library for parsing rss, atom, and other syndications. The reason for this was two-fold. The libmrss, while quite powerful, is a little more complex than needed for most projects. For this reason RSS-GLib aims to wrap that into a simpler API. The primary reason, however, is that gobject is so easy to wrap into various languages
16 lines
406 B
Makefile
16 lines
406 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/05/27 15:13:54 jihbed Exp $
|
|
|
|
BUILDLINK_TREE+= rss-glib
|
|
|
|
.if !defined(RSS_GLIB_BUILDLINK3_MK)
|
|
RSS_GLIB_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.rss-glib+= rss-glib>=0.2.2
|
|
BUILDLINK_PKGSRCDIR.rss-glib?= ../../wip/rss-glib
|
|
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../wip/libmrss/buildlink3.mk"
|
|
.endif # RSS_GLIB_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -rss-glib
|