1 DESCRIPTION
= "JUCE is a cross-platform application framework"
2 HOMEPAGE
= "http://www.rawmaterialsoftware.com/juce"
3 AUTHOR
= "Julian Stoerer"
5 DEPENDS
= "alsa-lib freetype virtual/libx11"
6 do_unpack
[depends
] += "unzip-native:do_populate_sysroot"
9 #FIXME the patches are a
) HACKS
and b
) something's wrong with lineend conversion
10 SRC_URI
= "http://downloads.openmoko.org/sources/juce_${@bb.data.getVar('PV',d,1).split('.')[0]}_${@bb.data.getVar('PV',d,1).split('.')[1]}.zip \
11 file://remove-x86isms.patch \
12 file://no-opengl.patch"
18 cd $
{S
}/build
/linux
&& oe_runmake
19 cd $
{S
}/demo
/build
/linux
&& oe_runmake
23 oe_libinstall
-a
-C
bin $
{LIB
} $
{STAGING_LIBDIR
}
28 install
-d $
{D
}$
{bindir
}
29 install
-m
0655 demo
/build
/linux
/build
/jucedemo $
{D
}$
{bindir
}
32 PACKAGES
= "${PN}-dbg jucedemo ${PN}"
33 FILES_jucedemo
= "${bindir}"