aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sdlpango/sdlpango_0.1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/sdlpango/sdlpango_0.1.2.bb')
-rw-r--r--recipes/sdlpango/sdlpango_0.1.2.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/sdlpango/sdlpango_0.1.2.bb b/recipes/sdlpango/sdlpango_0.1.2.bb
new file mode 100644
index 0000000000..8a0a3c6694
--- /dev/null
+++ b/recipes/sdlpango/sdlpango_0.1.2.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "connect the text rendering engine of GNOME to SDL"
+HOMEPAGE = "http://sdlpango.sourceforge.net/"
+SECTION = "libs"
+LICENSE = "GPL"
+DEPENDS = "virtual/libsdl pango"
+PR="r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/sdlpango/SDL_Pango-${PV}.tar.gz \
+ file://SDL_Pango-0.1.2-API-adds.patch;patch=1;pnum=0 \
+ "
+
+inherit autotools
+
+S = "${WORKDIR}/SDL_Pango-${PV}"
+
+do_stage() {
+ autotools_stage_all
+}