first commit
[scm/bb/meta-tizen.git] / recipes-tizen / tickernoti / tickernoti.inc
1 DESCRIPTION = "tickernoti system popup application"
2 HOMEPAGE = "http://nohomepage.org"
3 SECTION = "TO_BE/FILLED_IN"
4 LICENSE = "APLv2"
5
6 PROVIDES = ""
7
8 PACKAGES = ""
9 PACKAGES += "org.tizen.tickernoti-syspopup"
10
11 org.tizen.tickernoti-syspopup_files = ""
12 org.tizen.tickernoti-syspopup_files += "org.tizen.tickernoti-syspopup.manifest"
13 org.tizen.tickernoti-syspopup_files += "/opt/share/packages/org.tizen.tickernoti-syspopup.xml"
14 org.tizen.tickernoti-syspopup_files += "/opt/apps/org.tizen.tickernoti-syspopup/res/edje/tickernoti.edj"
15 org.tizen.tickernoti-syspopup_files += "/opt/apps/org.tizen.tickernoti-syspopup/bin/tickernoti-syspopup"
16 org.tizen.tickernoti-syspopup_files += "/usr/share/license/org.tizen.tickernoti-syspopup"
17 org.tizen.tickernoti-syspopup_files += "org.tizen.tickernoti-syspopup.manifest"
18
19 FILES_${PN} = "${org.tizen.tickernoti-syspopup_files}"
20
21 PKG_org.tizen.tickernoti-syspopup= "org.tizen.tickernoti-syspopup"
22
23 SRC_URI = ""
24
25 inherit tizenBuildUtils
26
27 S = "${WORKDIR}/git"
28
29 require tickernoti-rdepends.inc
30 require tickernoti-depends.inc
31 require tickernoti-extraconf.inc