diff options
author | Graeme Gregory <dp@openmoko.hyboria> | 2008-10-16 15:38:09 +0100 |
---|---|---|
committer | Graeme Gregory <dp@openmoko.hyboria> | 2008-10-16 15:38:09 +0100 |
commit | 318a879dbf9b1eb7be921d94b1ad3abc486430ee (patch) | |
tree | a14abc4b987a29010d5d824c62863e5bd9855e39 /packages/libsdl/ballfield_1.0.bb | |
parent | 7d340cfc052acf1501e11c10826f8e8279593f9e (diff) | |
parent | a9ec52021c385ef43c5748a31b4523f3d613639f (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
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 + |