diff options
author | Graeme Gregory <gg@slimlogic.co.uk> | 2009-12-10 12:07:11 -0700 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-12-10 19:08:59 +0000 |
commit | e4eafe3dd1444305b2998c7ac0006596de4e831b (patch) | |
tree | 9492adfe22d80b806ea00a5de69fcc4500624489 /recipes/eyeos/eyeos_1.8.7.1.bb | |
parent | 8424a955b39d55e1f5fc17903507909ba7139dc1 (diff) |
eyeos_1.8.7.1.bb : add the php based browser cloud computing OS
Diffstat (limited to 'recipes/eyeos/eyeos_1.8.7.1.bb')
-rw-r--r-- | recipes/eyeos/eyeos_1.8.7.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
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 0000000000..f4cd79eaf3 --- /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" + |