# SHORT DESC: GTK+ RSS Feed Reader
# LONG DESC: Liferea is an abbreviation for Linux Feed Reader. It is a news aggregator for online news feeds. It supports a number of different feed formats including RSS/RDF, CDF, Atom, OCS, and OPML.
# COMPILE REQUIREMENT: gconf
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-dbus --libdir="$libdir" && \
make && \
${installmonitor} make install || exit 1
|