#!/bin/sh
## Simple.PkgBuild script for: 		bluefish
## Amigo PkgBuild-0.3 
#####---Basic Package Variables--------------------------

BUILD="1"
NAME="bluefish"
VERSION="0.7"
SRC_SUFFIX=".tar.bz2"

# Valid options:".tar.gz" ".tgz" ".tar.bz2" ".tbz"
#####---Common Overrides and Options----------------------
# PRE_FIX=""
# If you have GTKHTML installed you can enable this
EXTRA_CONFIGS="--with-internal-preview"
# DOCLIST=""
# GROUP_NAME=""
#######---Processing--------------------------------------
# Read in functions and configuration
source /usr/share/Amigo/PkgBuild/FUNCTIONS ;
# execute all functions in default order
do_all_processes ;
exit 0
## Amigo PkgBuild-0.3 -Gilbert Ashley <amigo@ibiblio.org>
## For advanced control use the Advanced.PkgBuild template.
## See the PkgBuild documentation for help and examples.