eyeos_1.8.7.1.bb : add the php based browser cloud computing OS
authorGraeme Gregory <gg@slimlogic.co.uk>
Thu, 10 Dec 2009 19:07:11 +0000 (12:07 -0700)
committerGraeme Gregory <dp@xora.org.uk>
Thu, 10 Dec 2009 19:08:59 +0000 (19:08 +0000)
conf/checksums.ini
recipes/eyeos/eyeos_1.8.7.1.bb [new file with mode: 0644]

index ab7acf9..da88fc2 100644 (file)
@@ -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 (file)
index 0000000..f4cd79e
--- /dev/null
@@ -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"
+