diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-12-14 19:45:39 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-06 09:34:55 +0100 |
commit | 3da2d1d860c952690eec157d3b552056ca1a1c9e (patch) | |
tree | d77fd261960e71be182f668b02f93c28c563e090 | |
parent | 23b08ed15605e664e191ff48a0c6ce78ee08bc8e (diff) |
libsdl-ttf: Add 2.0.9 and checksums.
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/libsdl/libsdl-ttf_2.0.9.bb | 18 |
2 files changed, 22 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index af6aa2af5d..2d2c74c1a5 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -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 index 0000000000..45f5aa908c --- /dev/null +++ b/recipes/libsdl/libsdl-ttf_2.0.9.bb @@ -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 +} |