diff options
Diffstat (limited to 'packages/libsdl/ballfield_1.0.bb')
-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 + |