#!/bin/sh
#
# Copyright 2005 Zach Borgerding <zborgerd@gmail.com>
# Available under the terms of the GNU GPL.
#

NAME="bluefish"
VERSION="1.0.4"
REVISION="2"

PKG_SOURCEURL='http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/$NAME-$VERSION.tar.bz2'

PKG_PATCH[0]="bluefish.desktop.diff"

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

cflags
prepare
analyzesource

applypatch 0 1

configure
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
