diff options
author | Koen Kooi <koen@openembedded.org> | 2008-10-16 15:19:46 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-10-16 15:19:46 +0200 |
commit | e4019bc9cf21d7851f177874c0ae01883c490acb (patch) | |
tree | 17c3580f6039799364f84c8d20b779daa03ec896 /packages/libsdl | |
parent | d42435a8c90c6e4167061a88ad9d54946cb6eefa (diff) |
ballfield: add SDL demo of a field with balls
Diffstat (limited to 'packages/libsdl')
-rw-r--r-- | packages/libsdl/ballfield_1.0.bb | 8 |
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 + |