gpe-todo: add svn build recipe
authorPhilippe De Swert <philippedeswert@scarlet.be>
Mon, 9 Apr 2007 22:44:46 +0000 (22:44 +0000)
committerPhilippe De Swert <philippedeswert@scarlet.be>
Mon, 9 Apr 2007 22:44:46 +0000 (22:44 +0000)
packages/gpe-todo/gpe-todo_svn.bb
* new svn recipe for gpe-todo

packages/gpe-todo/gpe-todo_svn.bb [new file with mode: 0644]

diff --git a/packages/gpe-todo/gpe-todo_svn.bb b/packages/gpe-todo/gpe-todo_svn.bb
new file mode 100644 (file)
index 0000000..22b2e3e
--- /dev/null
@@ -0,0 +1,12 @@
+LICENSE = "GPL"
+DESCRIPTION = "GPE to-do list"
+DEPENDS = "libgpewidget libgpepimc libtododb gtk+"
+SECTION = "gpe"
+PRIORITY = "optional"
+
+inherit autotools pkgconfig
+
+SRC_URI="${GPE_SVN}"
+
+S = "${WORKDIR}/${PN}"
+