blob: 0966a5ec5ddbe584260d91e1f1f297991a92d188 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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"
SRC_URI[md5sum] = "020b1ffd9edc3fe7af25b0d6cca430ae"
SRC_URI[sha256sum] = "660cd2de4fbd511b767839cb5caa734ebfa9cc5935aa58604f764d7e295768d4"
|