diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-01-21 18:27:57 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-01-21 18:27:57 +0000 |
commit | 00027f0ad1603b228bbd879d5f0d1d41a559c3a7 (patch) | |
tree | 7b7b027c38a31ca8b6212dbccdb0ed1f363967d8 /libsdl/libsdl-image_1.2.3.oe | |
parent | aea6939ecdf8da85e59edc54464362bc85048c86 (diff) |
fix staging (this time for real)
sometimes oebuild is too fault-tolerant, i.e. commands in the shell can just fail but it continues the build.
BKrev: 400ec4adDqnrxOLYkvgtnLiQwxzodA
Diffstat (limited to 'libsdl/libsdl-image_1.2.3.oe')
-rw-r--r-- | libsdl/libsdl-image_1.2.3.oe | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libsdl/libsdl-image_1.2.3.oe b/libsdl/libsdl-image_1.2.3.oe index e69de29bb2..ba8a08096d 100644 --- a/libsdl/libsdl-image_1.2.3.oe +++ b/libsdl/libsdl-image_1.2.3.oe @@ -0,0 +1,16 @@ +SECTION="NET" +PRIORITY="optional" +MAINTAINER="Michael Lauer <mickey@Vanille.de>" +RDEPENDS=libc6 libjpeg62 libpng3 zlib1g libsdl +DEPENDS=virtual/libc base/zlib base/libpng base/jpeg base/libsdl + +SRC_URI=http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz +S = ${WORKDIR}/SDL_image-${PV} + +inherit autotools libtool + +do_stage() { + oe_soinstall .libs/libSDL_image-1.2.so.0.1.2 ${STAGING_LIBDIR} + install -m 0644 SDL_image.h ${STAGING_INCDIR}/SDL/SDL_image.h +} + |