diff options
Diffstat (limited to 'recipes/opie-datebook/opie-datebook.inc')
-rw-r--r-- | recipes/opie-datebook/opie-datebook.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/opie-datebook/opie-datebook.inc b/recipes/opie-datebook/opie-datebook.inc new file mode 100644 index 0000000000..6b4215984b --- /dev/null +++ b/recipes/opie-datebook/opie-datebook.inc @@ -0,0 +1,13 @@ +DESCRIPTION = "A datebook/appointment manager" +SECTION = "opie/pim" +PRIORITY = "optional" +LICENSE = "GPL" +RDEPENDS = "opie-pics" +APPNAME = "datebook" + + +S = "${WORKDIR}/${APPNAME}" + +inherit opie + +# FILES plugins/application/libdatebook.so* bin/datebook apps/1Pim/datebook.desktop |