blob: 9cb361add29db453e4e467d98aa47a28457ca734 (
plain)
1
2
3
4
5
6
7
8
|
DESCRIPTION = "This is a cute little "3D" sprite demo using SDL and SDL_image."
DEPENDS = "virtual/libsdl libsdl-image"
LICENSE = "GPLv2"
SRC_URI = "http://olofson.net/download/ballfield-${PV}.tar.gz"
inherit autotools
|