blob: eb19fbaeec9ae22025bfa2a6ccd2600c6d17cf86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "A demo phone application based on FSO"
AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
HOMEPAGE = "http://www.freesmartphone.org"
SECTION = "x11"
LICENSE = "GPLv2"
DEPENDS = "edje-native vala-native evas ecore edje libeflvala libfsobasics libfsoframework libfso-glib"
PV = "2.0.0+gitr${SRCREV}"
PR = "r0"
SRC_URI = "${FREESMARTPHONE_GIT}/aurora.git;protocol=git;branch=master"
S = "${WORKDIR}/git/zhone2"
inherit autotools_stage
|