aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-calendar/gpe-calendar_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpe-calendar/gpe-calendar_svn.bb')
-rw-r--r--recipes/gpe-calendar/gpe-calendar_svn.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/gpe-calendar/gpe-calendar_svn.bb b/recipes/gpe-calendar/gpe-calendar_svn.bb
new file mode 100644
index 0000000000..3462ebf631
--- /dev/null
+++ b/recipes/gpe-calendar/gpe-calendar_svn.bb
@@ -0,0 +1,22 @@
+DEFAULT_PREFERENCE = "-1"
+
+DESCRIPTION = "GPE calendar"
+SECTION = "gpe"
+LICENSE = "GPL"
+
+DEPENDS = "libhandoff libsoup libeventdb libschedule libxsettings libxsettings-client libgpepimc libdisplaymigration libgpevtype libsoundgen"
+RDEPENDS = "gpe-icons"
+
+inherit autotools gpe
+
+
+PV = "0.91+svn${SRCDATE}"
+PR = "r0"
+
+SRC_URI = "${GPE_SVN}"
+S = "${WORKDIR}/${PN}"
+
+
+PARALLEL_MAKE = ""
+
+