#!/bin/sh
## Build script for: gtkhtml
## Template: Simple
## Amigo PkgBuild-0.2 by Gilbert Ashley
## For more advanced control use the Advanced Template
## and see the Amigo PkgBuild HOWTO for help.
##### ----------------Basic Package Variables---------------------------
## Most packages only need these 4 variables set:
BUILD="1"
NAME="gtkhtml"
VERSION="1.1.9"
SRC_SUFFIX=".tar.bz2"
## SRC_SUFFIX options:'.tar.gz' ' .tgz' '.tar.bz2' or '.tbz'
#####--------Common Overrides and Options--------------------------
# STD_CONFIGS="--with-gnu-ld"
# PRE_FIX="/usr"
EXTRA_CONFIGS="--with-gnome=/usr"
# DOCLIST="AUTHORS COPYING README"
#######----------------Processing---------------------------------------------
#
. /usr/share/Amigo/PkgBuild/PkgBuild-02.FUNCTIONS ;
. /usr/share/Amigo/PkgBuild/PkgBuild-02.GLOBALS ;
do_all_processes ;
exit 0