libsdl-gfx: added libsdl-gfx

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
Marko Lindqvist
2012-10-05 11:06:01 +03:00
parent c66f5ef45b
commit 2731c7ec0b
2 changed files with 18 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
BBPATH .= ":${LAYERDIR}"
# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes/*/*.bb ${LAYERDIR}/test/images/*/*.bb"
BBFILES += "${LAYERDIR}/recipes/*/*.bb ${LAYERDIR}/dependencies/*/*.bb ${LAYERDIR}/test/images/*/*.bb"
BBFILE_COLLECTIONS += "games-layer"
BBFILE_PATTERN_games-layer := "^${LAYERDIR}/"

View File

@@ -0,0 +1,17 @@
DESCRIPTION = "SDL graphics drawing primitives and other support functions."
SECTION = "libs"
LICENSE = "zlib"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5d1de21f0b70830e299905eac3419084"
PR = "r0"
DEPENDS = "virtual/libsdl"
SRC_URI = "http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${PV}.tar.gz"
SRC_URI[md5sum] = "838514185ff9a3b6377760aaa52fef8a"
SRC_URI[sha256sum] = "30ad38c3e17586e5212ce4a43955adf26463e69a24bb241f152493da28d59118"
S = "${WORKDIR}/SDL_gfx-${PV}"
inherit autotools