GARNAME = liferea
GARVERSION = 1.2-RC2
CATEGORIES = geektoys
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz

MASTER_SITES = http://download.sourceforge.net/liferea/

LIBDEPS = platform/gtk+ platform/libgnomeui platform/GConf platform/libxml2 desktop/libgtkhtml
LIBDEPS += $(shell if test ! "`ls $(shell echo $(PKG_CONFIG_PATH) | sed -e "s/:/ /g") 2>&1 /dev/null | grep mozilla-gtkmozembed.pc || ls $(shell echo $(PKG_CONFIG_PATH) | sed -e "s/:/ /g") 2>&1 /dev/null | grep firefox-gtkmozembed.pc`" ; then echo bootstrap/firefox ; fi )

DESCRIPTION = lifearea
define BLURB
Liferea is an aggregator for online news feeds.
 
Liferea supports a number of different feed formats including RSS/RDF, CDF, 
Atom, OCS, and OPML. There are many other news readers available, but 
these others are not available for Linux or require many extra libraries 
to be installed. Liferea tries to fill this gap by being a fast, easy 
to use, easy to install news aggregator for GTK/GNOME.
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS) --enable-gecko=firefox

include ../category.mk
