]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add dates
authorChris Lord <chris@openedhand.com>
Thu, 29 Sep 2005 18:31:45 +0000 (18:31 +0000)
committerChris Lord <chris@openedhand.com>
Thu, 29 Sep 2005 18:31:45 +0000 (18:31 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@77 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/dates/dates_svn.bb [new file with mode: 0755]

diff --git a/openembedded/packages/dates/dates_svn.bb b/openembedded/packages/dates/dates_svn.bb
new file mode 100755 (executable)
index 0000000..be8e40d
--- /dev/null
@@ -0,0 +1,13 @@
+LICENSE = "LGPL"
+SECTION = "x11"
+DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
+MAINTAINER = "Chris Lord <chris@openedhand.com>"
+DESCRIPTION = "Dates is a calendar application."
+
+PV = "0.0cvs${CVSDATE}"
+S = "${WORKDIR}/${PN}"
+
+SRC_URI = "svn://svn.o-hand.com/repos/;module=${PN};proto=http"
+
+inherit autotools pkgconfig
+