mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
fixed the filecheck in the dumb .bep file, also cleaned up the tar command.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user