#!/bin/bash

PROJECT=bzip2-1.0.6
FILE=$PROJECT.tar.gz
URL=http://www.bzip.org/1.0.6
SRCDIR=`dirname $0`

. $SRCDIR/../../genpatch
