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-opie/opie-sfcave/opie-sfcave.inc | 17 +++++++++++++++++ recipes-opie/opie-sfcave/opie-sfcave_1.2.5.bb | 11 +++++++++++ recipes-opie/opie-sfcave/opie-sfcave_cvs.bb | 7 +++++++ 3 files changed, 35 insertions(+) create mode 100644 recipes-opie/opie-sfcave/opie-sfcave.inc create mode 100644 recipes-opie/opie-sfcave/opie-sfcave_1.2.5.bb create mode 100644 recipes-opie/opie-sfcave/opie-sfcave_cvs.bb (limited to 'recipes-opie/opie-sfcave') diff --git a/recipes-opie/opie-sfcave/opie-sfcave.inc b/recipes-opie/opie-sfcave/opie-sfcave.inc new file mode 100644 index 0000000..bb39fa7 --- /dev/null +++ b/recipes-opie/opie-sfcave/opie-sfcave.inc @@ -0,0 +1,17 @@ +DESCRIPTION = "SFCave for the Zaurus. Fly the dot though the cave avoiding the walls." +SECTION = "opie/games" +PRIORITY = "optional" +LICENSE = "GPL" +APPNAME = "sfcave" + + +S = "${WORKDIR}/${APPNAME}" + +inherit opie + +# FILES bin/sfcave apps/Games/sfcave.desktop pics/sfcave +do_install() { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ +} + diff --git a/recipes-opie/opie-sfcave/opie-sfcave_1.2.5.bb b/recipes-opie/opie-sfcave/opie-sfcave_1.2.5.bb new file mode 100644 index 0000000..1bbb556 --- /dev/null +++ b/recipes-opie/opie-sfcave/opie-sfcave_1.2.5.bb @@ -0,0 +1,11 @@ +require ${PN}.inc + +SRC_URI = "http://sources.openembedded.org/opie-1.2.5-split_noncore_games_sfcave.tar.bz2;name=split_noncore_games_sfcave \ + http://sources.openembedded.org/opie-1.2.5-split_pics.tar.bz2;name=split_pics \ + http://sources.openembedded.org/opie-1.2.5-split_apps.tar.bz2;name=split_apps" +SRC_URI[split_noncore_games_sfcave.md5sum] = "fd4ac764650eb3d7a420d57fc973faee" +SRC_URI[split_noncore_games_sfcave.sha256sum] = "3a90cf66abe4d1a08991f479abd60a596d857963b83917e6ccc31e60959deeb8" +SRC_URI[split_pics.md5sum] = "e9b68749d67295f7080a23e39b17335e" +SRC_URI[split_pics.sha256sum] = "0a7aab6d0bce04d6a9c257d768d8a1a481d38ba527d6e6e50723973789954b4a" +SRC_URI[split_apps.md5sum] = "c765d13427e4dc8ee396e4dfed2dbe73" +SRC_URI[split_apps.sha256sum] = "0fea454d8d286f7febc7449e4a06f73e941e8b22e9bab904a32e57f35479862a" diff --git a/recipes-opie/opie-sfcave/opie-sfcave_cvs.bb b/recipes-opie/opie-sfcave/opie-sfcave_cvs.bb new file mode 100644 index 0000000..7dbb824 --- /dev/null +++ b/recipes-opie/opie-sfcave/opie-sfcave_cvs.bb @@ -0,0 +1,7 @@ +require ${PN}.inc + +PV = "${OPIE_GIT_PV}" + +SRC_URI = "${OPIE_GIT};protocol=git;subpath=noncore/games/sfcave \ + ${OPIE_GIT};protocol=git;subpath=pics \ + ${OPIE_GIT};protocol=git;subpath=apps" -- cgit 1.2.3-korg