blob: f4cd79eaf3b4b2ff4410a21f5b6a8905e19791c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
|