summaryrefslogtreecommitdiff
path: root/libsdl/libsdl-ttf_2.0.3.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-01-21 22:52:13 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-01-21 22:52:13 +0000
commit2e349da9e96f9d5cb0a93234367a2d0dcac383ed (patch)
tree6bbb98b513883b93f2245bdb02446d0212a94ced /libsdl/libsdl-ttf_2.0.3.oe
parent93db7a5336fad5dc382198a753274101c6e346ca (diff)
add pygame (Python SDL bindings)
BKrev: 400f029dly3LYlKmwq7343PJJ68lhA
Diffstat (limited to 'libsdl/libsdl-ttf_2.0.3.oe')
-rw-r--r--libsdl/libsdl-ttf_2.0.3.oe17
1 files changed, 17 insertions, 0 deletions
diff --git a/libsdl/libsdl-ttf_2.0.3.oe b/libsdl/libsdl-ttf_2.0.3.oe
index e69de29bb2..b80519a206 100644
--- a/libsdl/libsdl-ttf_2.0.3.oe
+++ b/libsdl/libsdl-ttf_2.0.3.oe
@@ -0,0 +1,17 @@
+SECTION="NET"
+PRIORITY="optional"
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+RDEPENDS=libc6 libsdl freetype
+DEPENDS=virtual/libc base/libsdl base/freetype
+
+SRC_URI = http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \
+ file://${FILESDIR}/new-freetype-includes.patch;patch=1
+S = ${WORKDIR}/SDL_ttf-${PV}
+
+inherit autotools libtool
+
+do_stage() {
+ oe_soinstall .libs/libSDL_ttf-2.0.so.0.0.3 ${STAGING_LIBDIR}
+ install -m 0644 SDL_ttf.h ${STAGING_INCDIR}/SDL/SDL_ttf.h
+}
+