[oe-commits] Graeme Gregory : eyeos_1.8.7.1.bb : add the php based browser cloud computing OS

git version control git at git.openembedded.org
Fri Dec 11 11:32:34 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: e4eafe3dd1444305b2998c7ac0006596de4e831b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e4eafe3dd1444305b2998c7ac0006596de4e831b

Author: Graeme Gregory <gg at slimlogic.co.uk>
Date:   Thu Dec 10 12:07:11 2009 -0700

eyeos_1.8.7.1.bb : add the php based browser cloud computing OS

---

 conf/checksums.ini             |    4 ++++
 recipes/eyeos/eyeos_1.8.7.1.bb |   16 ++++++++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index ab7acf9..da88fc2 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -6534,6 +6534,10 @@ sha256=14fbf10de1fc3b58cfeb00bcfebf54e0182cc7cc346c4bbc90248cfc61add462
 md5=987956757c3707ba0e62ce2cd133011b
 sha256=7754930742d3c3cc2a05af38263ba58ba416b7359f8a0c598ae0f7377277d3b3
 
+[http://downloads.sourceforge.net/eyeos/eyeOS_1.8.7.1.zip]
+md5=020b1ffd9edc3fe7af25b0d6cca430ae
+sha256=660cd2de4fbd511b767839cb5caa734ebfa9cc5935aa58604f764d7e295768d4
+
 [http://www.ez-ipupdate.com/dist/ez-ipupdate-3.0.10.tar.gz]
 md5=6505c9d18ef6b5ce13fe2a668eb5724b
 sha256=f7ff9bf972139b303616018a6937aa4c6df4e93c935ffd004b30845e2ad41ea6
diff --git a/recipes/eyeos/eyeos_1.8.7.1.bb b/recipes/eyeos/eyeos_1.8.7.1.bb
new file mode 100644
index 0000000..f4cd79e
--- /dev/null
+++ b/recipes/eyeos/eyeos_1.8.7.1.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "The Open Source Clouds Web Desktop"
+HOMEPAGE = "http://eyeos.org/"
+LICENSE = "AGPL3"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/eyeos/eyeOS_${PV}.zip"
+
+S = "${WORKDIR}/eyeOS"
+
+do_install() {
+	install -d ${D}/www/pages/eyeos
+	cp -r ${S}/* ${D}/www/pages/eyeos
+}
+
+PACKAGE_ARCH = "all"
+FILES_${PN} += "/www/pages/eyeos"
+





More information about the Openembedded-commits mailing list