diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-19 13:30:11 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-19 13:30:11 +0000 |
commit | 05e2db702d9f0426a0e00dbb5ca5fa5c8d944a95 (patch) | |
tree | f53cdedca578e55dd8e7991e87e339d8bbf11ba3 | |
parent | 4b67df106972f6e79b815eb305ed94609ed71e77 (diff) |
libtheora: add 1.0 alpha7
-rw-r--r-- | packages/libogg/libtheora_0.9+1.0alpha7.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/libogg/libtheora_0.9+1.0alpha7.bb b/packages/libogg/libtheora_0.9+1.0alpha7.bb new file mode 100644 index 0000000000..4f2cb4ab35 --- /dev/null +++ b/packages/libogg/libtheora_0.9+1.0alpha7.bb @@ -0,0 +1,19 @@ + +DEPENDS = "libogg libtheora libsdl-x11" + +SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-1.0alpha7.tar.gz" + +S = "${WORKDIR}/libtheora-1.0alpha7" + +inherit autotools pkgconfig lib_package + + +do_configure_append() { + find ${S} -name Makefile | xargs sed -i -e s:'-I/usr/include':-I${STAGING_INCDIR}:g +} + +do_stage() { + autotools_stage_all +} + + |