updated allegro to 4.4.1.1

This commit is contained in:
Scott McCreary
2010-03-26 14:50:48 +00:00
parent b1c397e37a
commit 36c839bb08
10 changed files with 19 additions and 20 deletions

View File

@@ -1,18 +0,0 @@
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"
CHECKSUM_MD5="62a822b0d64666d1057f4dbd93b97a6d"
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
}

View File

@@ -0,0 +1,17 @@
DESCRIPTION="Allegro game programming library"
HOMEPAGE="http://alleg.sourceforge.net/"
SRC_URI="http://www.bedrivers.com/allegro-4.4.1.1.tar.gz"
CHECKSUM_MD5="0f1cfff8f2cf88e5c91a667d9fd386ec"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="libvorbis, libogg"
BUILD {
cd allegro-4.4.1.1
cmake .
make
}
INSTALL {
cd allegro-4.4.1.1
make install
}

View File

@@ -1,5 +1,5 @@
Package: allegro
Version: 4.4.0RC1
Copyright: 1998-2009 Shawn Hargreaves et al.
Version: 4.4.1.1
Copyright: 1998-2010 Shawn Hargreaves et al.
License: Allegro
URL: http://alleg.sourceforge.net/