diff options
Diffstat (limited to 'frozen-bubble')
-rw-r--r-- | frozen-bubble/frozen-bubble_1.0.0.bb | 0 | ||||
-rw-r--r-- | frozen-bubble/frozen-bubble_1.0.0.oe | 17 |
2 files changed, 0 insertions, 17 deletions
diff --git a/frozen-bubble/frozen-bubble_1.0.0.bb b/frozen-bubble/frozen-bubble_1.0.0.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/frozen-bubble/frozen-bubble_1.0.0.bb diff --git a/frozen-bubble/frozen-bubble_1.0.0.oe b/frozen-bubble/frozen-bubble_1.0.0.oe deleted file mode 100644 index a98fea1db3..0000000000 --- a/frozen-bubble/frozen-bubble_1.0.0.oe +++ /dev/null @@ -1,17 +0,0 @@ -LICENSE = GPL -SECTION = "opie/games" -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 -} |