add Bill Kendricks vectoroids to build system
authorMichael Lauer <mickey@vanille-media.de>
Mon, 26 Jan 2004 15:02:49 +0000 (15:02 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 26 Jan 2004 15:02:49 +0000 (15:02 +0000)
BKrev: 40152c19z5BL1GiZ96AdefIHGtRWaw

libsdl/libsdl-image_1.2.3.oe
libsdl/libsdl-mixer_1.2.5.oe
libsdl/libsdl-ttf_2.0.3.oe
vectoroids/vectoroids_1.1.0.oe [new file with mode: 0644]

index ba8a080..615f5d2 100644 (file)
@@ -11,6 +11,7 @@ inherit autotools libtool
 
 do_stage() {
        oe_soinstall .libs/libSDL_image-1.2.so.0.1.2 ${STAGING_LIBDIR}
+       ln -sf libSDL_image-1.2.so.0.1.2 ${STAGING_LIBDIR}/libSDL_image.so
        install -m 0644 SDL_image.h ${STAGING_INCDIR}/SDL/SDL_image.h
 }
 
index bf5c4a1..c7a8e16 100644 (file)
@@ -15,6 +15,7 @@ EXTRA_OECONF = "--disable-music-mp3"
 
 do_stage() {
        oe_soinstall .libs/libSDL_mixer-1.2.so.0.2.3 ${STAGING_LIBDIR}
+       ln -sf libSDL_mixer-1.2.so.0.2.3 ${STAGING_LIBDIR}/libSDL_mixer.so
        install -m 0644 SDL_mixer.h ${STAGING_INCDIR}/SDL/SDL_mixer.h
 }
 
index b80519a..b767f1e 100644 (file)
@@ -12,6 +12,7 @@ inherit autotools libtool
 
 do_stage() {
        oe_soinstall .libs/libSDL_ttf-2.0.so.0.0.3 ${STAGING_LIBDIR}
+       ln -sf libSDL_ttf-2.0.so.0.0.3 ${STAGING_LIBDIR}/libSDL_ttf.so
        install -m 0644 SDL_ttf.h ${STAGING_INCDIR}/SDL/SDL_ttf.h
 }
 
diff --git a/vectoroids/vectoroids_1.1.0.oe b/vectoroids/vectoroids_1.1.0.oe
new file mode 100644 (file)
index 0000000..e69de29