calendar2: add svn recipe
authorFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 15 Jan 2008 15:40:05 +0000 (15:40 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 15 Jan 2008 15:40:05 +0000 (15:40 +0000)
packages/gpephone/calendar2_svn.bb [new file with mode: 0644]

diff --git a/packages/gpephone/calendar2_svn.bb b/packages/gpephone/calendar2_svn.bb
new file mode 100644 (file)
index 0000000..a68b882
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "Calendar application for GPE Phone Edition"
+LICENSE     = "LiPS"
+SECTION = "gpe"
+PRIORITY    = "optional"
+PV = "0.0+svnr-${SRCREV}"
+PR          = "r0"
+
+DEPENDS = "gtk+ libgpewidget libgpephone libgemwidget dbus-glib libcalenabler2 libiac"
+
+inherit gpephone autotools
+
+SRC_URI = "${GPEPHONE_SVN}"
+
+S = ${WORKDIR}/${PN}
+
+FILES_${PN} += "${datadir}/database ${datadir}/res"