Files
meta-games/recipes-gamelib/allegro4/allegro4_4.4.2.bb
Andreas Müller 08658c22fb remove openal and physfs
* they are now in meta-oe/meta-multimedia.
* openal was replaced by openal-soft which is a further developed fork e.g
  supporting ARM neon / Intel SSE

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-01-14 07:54:54 +01:00

26 lines
825 B
BlitzBasic

DESCRIPTION = "Allegro4 is cross-platform, open source, game programming library"
HOMEPAGE = "http://alleg.sourceforge.net/"
SECTION = "libs"
LICENSE = "Allegro4"
LIC_FILES_CHKSUM = "file://docs/txt/license.txt;md5=55ec083de776f786d0da79bbbb887c50"
PR = "r1"
DEPENDS = "virtual/libgl libglu libx11 libxcursor physfs openal-soft jpeg"
SRC_URI = "${SOURCEFORGE_MIRROR}/alleg/allegro/${PV}/allegro-${PV}.tar.gz \
file://avoid_lib_paths.patch \
file://0001-CMakeLists.txt-don-t-try-to-run-in-cross-environment.patch \
"
SRC_URI[md5sum] = "4db71b0460fc99926ae91d223199c2e6"
SRC_URI[sha256sum] = "1b21e7577dbfada02d85ca4510bd22fedaa6ce76fde7f4838c7c1276eb840fdc"
inherit cmake binconfig
S = "${WORKDIR}/allegro-${PV}"
FILES_${PN} += "${libdir}/allegro"
FILES_${PN}-dbg += "${libdir}/allegro/*/.debug"