libsdl-ttf: Add 2.0.9 and checksums.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Mon, 14 Dec 2009 19:45:39 +0000 (19:45 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 6 Jan 2010 08:34:55 +0000 (09:34 +0100)
conf/checksums.ini
recipes/libsdl/libsdl-ttf_2.0.9.bb [new file with mode: 0644]

index af6aa2a..2d2c74c 100644 (file)
@@ -1186,6 +1186,10 @@ sha256=ac6f511404457592b88fd57c4c77f7feba8e3b55d62c3c45c117fe84f1e07a7d
 md5=29d12d1b883bf834c291c93f52ba8dc5
 sha256=7e2e7b46088a7b9594b255b58123598d49c5c3d11bcc3c9a8f80969cd9caa6c5
 
+[http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.9.tar.gz]
+md5=6dd5a85e4924689a35a5fb1cb3336156
+sha256=b4248876798b43d0fae1931cf8ae249f4f67a87736f97183f035f34aab554653
+
 [http://www.cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-1.03ii.tar.gz]
 md5=5bcb197fd42e67d51c739b1414d514a7
 sha256=f06895c0206dada9f9e7f07ecaeb6a3651fd648f4820f49c1f76bfeaec2f2913
diff --git a/recipes/libsdl/libsdl-ttf_2.0.9.bb b/recipes/libsdl/libsdl-ttf_2.0.9.bb
new file mode 100644 (file)
index 0000000..45f5aa9
--- /dev/null
@@ -0,0 +1,18 @@
+DESCRIPTION = "Simple DirectMedia Layer truetype font library."
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "virtual/libsdl freetype"
+LICENSE = "LGPL"
+PR = "r0"
+
+SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz"
+
+S = "${WORKDIR}/SDL_ttf-${PV}"
+
+inherit autotools
+
+TARGET_CC_ARCH += "${LDFLAGS}"
+
+do_configure() { 
+   oe_runconf
+}