Initial .bep file for Allegro-4.4.0

This commit is contained in:
Scott McCreary
2009-11-17 03:51:29 +00:00
parent 8bb71da0f5
commit 26316e443b

View File

@@ -0,0 +1,17 @@
DESCRIPTION="Allegro game programming library"
HOMEPAGE="http://alleg.sourceforge.net/"
SRC_URI="http://downloads.sourceforge.net/project/alleg/allegro-prerelease/4.4.0-rc1/allegro-4.4.0-RC1.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd allegro-4.4.0
fix.sh haiku
make obj/beos/asmdef.inc
make
}
INSTALL {
cd allegro-4.4.0
make install
}