[oe-commits] : libsdl gfx: update to 2.0.17

OE GIT Trial gittrial at amethyst.openembedded.net
Mon Sep 22 11:25:07 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 6563acbe70c9c9ebafa9412594eaf451fb28cce3
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=6563acbe70c9c9ebafa9412594eaf451fb28cce3

Author:  <koen at openembedded.org>
Date:   Mon Sep 22 11:16:25 2008 +0000

libsdl gfx: update to 2.0.17

---

 packages/libsdl/libsdl-gfx_2.0.17.bb |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/packages/libsdl/libsdl-gfx_2.0.17.bb b/packages/libsdl/libsdl-gfx_2.0.17.bb
new file mode 100644
index 0000000..79af40a
--- /dev/null
+++ b/packages/libsdl/libsdl-gfx_2.0.17.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Simple DirectMedia Layer graphic primitives library."
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "zlib libpng jpeg virtual/libsdl"
+LICENSE = "LGPL"
+
+SRC_URI = "http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/SDL_gfx-${PV}.tar.gz"
+S = "${WORKDIR}/SDL_gfx-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--disable-mmx"
+
+do_stage() {
+	autotools_stage_all
+}
+





More information about the Openembedded-commits mailing list