cornucopia: bump SRCREV
[openembedded.git] / recipes / frozen-bubble / frozen-bubble_1.0.0.bb
blob2ac3009ea1df3a99f79d3dda5204b50cf2b9b4eb
1 LICENSE = "GPL"
2 SECTION = "games"
3 DEPENDS = "libsdl-mixer libsdl-image sdl-perl"
4 RDEPENDS_${PN} = "${PN}-data perl sdl-perl \
5 perl-module-strict perl-module-vars \
6 perl-module-getopt-long perl-module-exporter-heavy \
7 perl-module-data-dumper \
8 perl-module-bytes liblocale-gettext-perl \
9 perl-module-dynaloader perl-module-posix \
10 perl-module-autoloader perl-module-math-trig \
11 perl-module-io-file perl-module-io \
12 perl-module-file-spec-unix perl-module-time-hires \
13 perl-module-io-socket perl-module-io-select \
14 perl-module-file-glob \
16 PR = "r1"
18 SRC_URI = "http://zarb.org/~gc/fb//frozen-bubble-${PV}.tar.bz2 \
19 file://Makefile_top.patch \
20 file://Makefile.patch \
21 file://Makefile.PL.patch"
22 # 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
23 BROKEN = "1"
26 do_compile() {
27 oe_runmake OPTIMIZE="${CFLAGS}" PREFIX="${prefix}"
30 do_install() {
31 oe_runmake PREFIX="${D}${prefix}" install
34 SRC_URI[md5sum] = "2be5ead2aee72adc3fb643630a774b59"
35 SRC_URI[sha256sum] = "fe7e46e529c7c3c969946c41efb519462f98dd5c280e247bd98ff629dcca1433"