From e9b45ff67d32fdc27950a51135b6dabada8334e7 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 24 Jul 2011 17:57:24 +0100 Subject: initial commit of meta-opie Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton --- recipes-qtopia/uqm/uqm_0.3.bb | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 recipes-qtopia/uqm/uqm_0.3.bb (limited to 'recipes-qtopia/uqm/uqm_0.3.bb') diff --git a/recipes-qtopia/uqm/uqm_0.3.bb b/recipes-qtopia/uqm/uqm_0.3.bb new file mode 100644 index 0000000..65dbe58 --- /dev/null +++ b/recipes-qtopia/uqm/uqm_0.3.bb @@ -0,0 +1,36 @@ +DESCRIPTION = "Star Control 2 source port using SDL (see sc2.sourceforge.net)" +SECTION = "games" +PRIORITY = "optional" +DEPENDS = "virtual/libsdl libsdl-image libsdl-net libvorbis libogg zlib" +SECTION = "opie/games" +PRIORITY = "optional" +LICENSE = "GPL" + +PR = "r1" + +S = "${WORKDIR}/uqm-${PV}" + +SRC_URI = "${SOURCEFORGE_MIRROR}/sc2/uqm-${PV}-source.tgz \ + file://build-opts.sh \ + file://build-oe.patch;striplevel=0" + +do_configure() { + install ${WORKDIR}/build-opts.sh ${S}/ + ./build-opts.sh ${STAGING_DIR_HOST}${layout_prefix} ${STAGING_BINDIR} ${STAGING_LIBDIR} +} + +do_compile() { + export ARCH="${TARGET_ARCH}" + export CC="${CC}" + export STAGING_INCDIR="${STAGING_INCDIR}" + export STAGING_LIBDIR="${STAGING_LIBDIR}" + ./build.sh uqm +} + +do_install() { + install -d ${D}${bindir} + install -m 0755 uqm ${D}${bindir} +} + +SRC_URI[md5sum] = "6abcdc3caf7efd3bd978332743ee7568" +SRC_URI[sha256sum] = "e42ac3b45c1c8a3199bbd9b666e9225d76bc18d902339c54cbb4df3a75909e53" -- cgit 1.2.3-korg