fixed the filecheck in the dumb .bep file, also cleaned up the tar command.

This commit is contained in:
Scott McCreary
2010-09-08 05:10:48 +00:00
parent 46688eac4c
commit f0da32da05

View File

@@ -6,12 +6,11 @@ STATUS_HAIKU="stable"
DEPEND="media-libs/allegro >= 4.4.1.1"
CHECKSUM_MD5="f48da5b990aa8aa822d3b6a951baf5c2"
BUILD {
if [ -n dumb-0.9.3-autotools.tar.gz ]; then
if [ ! -f dumb-0.9.3-autotools.tar.gz ]; then
# get the autotools to help in building dumb
wget http://prdownloads.sourceforge.net/dumb/dumb-0.9.3-autotools.tar.gz?download
fi
gunzip dumb-0.9.3-autotools.tar.gz
tar -xf dumb-0.9.3-autotools.tar
tar -xvf dumb-0.9.3-autotools.tar.gz
cd dumb-0.9.3
mkdir -p m4
haikuporter -y -b allegro-4.4.1.1