diff options
author | chris@(none) <chris@(none)> | 2004-06-26 03:37:50 +0000 |
---|---|---|
committer | chris@(none) <chris@(none)> | 2004-06-26 03:37:50 +0000 |
commit | e5f0722b696f8f1cce9c35989106355878637944 (patch) | |
tree | 407d88cd55d431715690eda1c97ffe643f969436 /frozen-bubble | |
parent | 167f29b467f341c5d0d9e09ba8dba14328c1b142 (diff) |
Fix sdl-perl (maybe?), marked frozen-bubble as broken.
BKrev: 40dcef8eFJPRlAlW3ddzX5uCtx4UNA
Diffstat (limited to 'frozen-bubble')
-rw-r--r-- | frozen-bubble/frozen-bubble_1.0.0.oe | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/frozen-bubble/frozen-bubble_1.0.0.oe b/frozen-bubble/frozen-bubble_1.0.0.oe index e69de29bb2..7765bd81ac 100644 --- a/frozen-bubble/frozen-bubble_1.0.0.oe +++ b/frozen-bubble/frozen-bubble_1.0.0.oe @@ -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 +} |