diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/libsdl/libsdl-ttf_2.0.3.bb | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/libsdl/libsdl-ttf_2.0.3.bb')
-rw-r--r-- | packages/libsdl/libsdl-ttf_2.0.3.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/libsdl/libsdl-ttf_2.0.3.bb b/packages/libsdl/libsdl-ttf_2.0.3.bb index e69de29bb2..6099021f88 100644 --- a/packages/libsdl/libsdl-ttf_2.0.3.bb +++ b/packages/libsdl/libsdl-ttf_2.0.3.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Simple DirectMedia Layer truetype font library." +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +DEPENDS = "virtual/libsdl freetype" +LICENSE = "LGPL" + +SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \ + file://new-freetype-includes.patch;patch=1" +S = "${WORKDIR}/SDL_ttf-${PV}" + +inherit autotools + +do_stage() { + oe_libinstall -so libSDL_ttf ${STAGING_LIBDIR} + ln -sf libSDL_ttf.so ${STAGING_LIBDIR}/libSDL_ttf-2.0.so + install -m 0644 SDL_ttf.h ${STAGING_INCDIR}/SDL/SDL_ttf.h +} |