#!/bin/sh
#
# Copyright 2005 Paul Blazejowski <paulb@blazebox.homeip.net>
# Copyright 2005 Scott Harmon
# Available under the terms of the GNU GPL.
#

NAME="liferea"
VERSION="1.0RC4"
REVISION="1"
PKG_SOURCEURL='http://voxel.dl.sourceforge.net/sourceforge/$NAME/$NAME-1.0-RC4.tar.gz'
PKG_SOURCEMD5=''
PKG_PATCH[0]='notification.patch'

. $DLG_ROOT/config
. $DLG_ROOT/SCRIPTS/dropline-functions.sh

export LDFLAGS="-Wl,--as-needed"
cflags
cxxflags
prepare
applypatch 0 1
analyzesource
configure
make
makecheck
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
