aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libsdl/ballfield_1.0.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-10-16 15:19:46 +0200
committerKoen Kooi <koen@openembedded.org>2008-10-16 15:19:46 +0200
commite4019bc9cf21d7851f177874c0ae01883c490acb (patch)
tree17c3580f6039799364f84c8d20b779daa03ec896 /packages/libsdl/ballfield_1.0.bb
parentd42435a8c90c6e4167061a88ad9d54946cb6eefa (diff)
downloadopenembedded-e4019bc9cf21d7851f177874c0ae01883c490acb.tar.gz
ballfield: add SDL demo of a field with balls
Diffstat (limited to 'packages/libsdl/ballfield_1.0.bb')
-rw-r--r--packages/libsdl/ballfield_1.0.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/libsdl/ballfield_1.0.bb b/packages/libsdl/ballfield_1.0.bb
new file mode 100644
index 0000000000..9b44be5516
--- /dev/null
+++ b/packages/libsdl/ballfield_1.0.bb
@@ -0,0 +1,8 @@
+DESCRIPTION = "This is a cute little "3D" sprite demo using SDL and SDL_image."
+DEPENDS = "vrtual/libsdl libsdl-image"
+LICENSE = "GPLv2"
+
+SRC_URI = "http://olofson.net/download/ballfield-${PV}.tar.gz"
+
+inherit autotools
+