summaryrefslogtreecommitdiffstats
path: root/openembedded
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2005-09-29 18:31:45 +0000
committerChris Lord <chris@openedhand.com>2005-09-29 18:31:45 +0000
commit09af20e59d6ab494c7df22c1e70e45adce880cc0 (patch)
tree9ed80ec8f67571c90ca3a63e6d67c6c7f0ab25b3 /openembedded
parent9243bc3d2f2e202ab0ded5fb1007291f181e9222 (diff)
downloadpoky-09af20e59d6ab494c7df22c1e70e45adce880cc0.tar.gz
Add dates
git-svn-id: https://svn.o-hand.com/repos/poky@77 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rwxr-xr-xopenembedded/packages/dates/dates_svn.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/openembedded/packages/dates/dates_svn.bb b/openembedded/packages/dates/dates_svn.bb
new file mode 100755
index 0000000000..be8e40d368
--- /dev/null
+++ b/openembedded/packages/dates/dates_svn.bb
@@ -0,0 +1,13 @@
1LICENSE = "LGPL"
2SECTION = "x11"
3DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
4MAINTAINER = "Chris Lord <chris@openedhand.com>"
5DESCRIPTION = "Dates is a calendar application."
6
7PV = "0.0cvs${CVSDATE}"
8S = "${WORKDIR}/${PN}"
9
10SRC_URI = "svn://svn.o-hand.com/repos/;module=${PN};proto=http"
11
12inherit autotools pkgconfig
13