From e4eafe3dd1444305b2998c7ac0006596de4e831b Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Thu, 10 Dec 2009 12:07:11 -0700 Subject: eyeos_1.8.7.1.bb : add the php based browser cloud computing OS --- recipes/eyeos/eyeos_1.8.7.1.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/eyeos/eyeos_1.8.7.1.bb (limited to 'recipes/eyeos/eyeos_1.8.7.1.bb') 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" + -- cgit 1.2.3-korg