Fix sdl-perl (maybe?), marked frozen-bubble as broken.
authorchris@(none) <chris@(none)>
Sat, 26 Jun 2004 03:37:50 +0000 (03:37 +0000)
committerchris@(none) <chris@(none)>
Sat, 26 Jun 2004 03:37:50 +0000 (03:37 +0000)
BKrev: 40dcef8eFJPRlAlW3ddzX5uCtx4UNA

frozen-bubble/frozen-bubble_1.0.0.oe
sdlperl/sdl-perl_1.20.3.oe

index e69de29..7765bd8 100644 (file)
@@ -0,0 +1,15 @@
+DEPENDS = "libsdl-mixer libsdl-image sdl-perl"
+
+SRC_URI = "http://zarb.org/~gc/fb//frozen-bubble-${PV}.tar.bz2 \
+       file://Makefile.patch;patch=1 \
+       file://Makefile.PL.patch;patch=1"
+# The Makefile needs to be patched to look in STAGING_LIBDIR/perl/... - It's looking in i686-linux/lib at the moment, regardless of arch
+BROKEN = "1"
+
+do_compile() {
+       oe_runmake OPTIMIZE="${CFLAGS}" PREFIX="${prefix}"
+}
+
+do_install() {
+       oe_runmake PREFIX="${D}${prefix}" install
+}
index 8cc607c..436a84d 100644 (file)
@@ -3,7 +3,11 @@ SRC_URI = "http://bloodgate.com/perl/sdl/pub/SDL_perl-${PV}.tar.gz \
        file://Makefile.patch;patch=1;pnum=0"
 S = "${WORKDIR}/SDL_perl-${PV}"
 
-DEPENDS = "perl virtual/libsdl libsdl-image libsdl-gfx libsdl-ttf libsdl-mixer libsdl-net mesa"
+DEPENDS = "perl virtual/libsdl libsdl-image libsdl-gfx libsdl-ttf libsdl-mixer libsdl-net smpeg mesa"
 
 inherit cpan
 
+do_stage () {
+       install -d ${STAGING_LIBDIR}/perl5/vendor_perl
+       install -m 0644 ${S}/lib/SDL.pm ${STAGING_LIBDIR}/perl5/vendor_perl
+}