diff options
| author | Chris Lord <chris@openedhand.com> | 2005-09-29 18:31:45 +0000 |
|---|---|---|
| committer | Chris Lord <chris@openedhand.com> | 2005-09-29 18:31:45 +0000 |
| commit | 09af20e59d6ab494c7df22c1e70e45adce880cc0 (patch) | |
| tree | 9ed80ec8f67571c90ca3a63e6d67c6c7f0ab25b3 | |
| parent | 9243bc3d2f2e202ab0ded5fb1007291f181e9222 (diff) | |
| download | poky-09af20e59d6ab494c7df22c1e70e45adce880cc0.tar.gz | |
Add dates
git-svn-id: https://svn.o-hand.com/repos/poky@77 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rwxr-xr-x | openembedded/packages/dates/dates_svn.bb | 13 |
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 @@ | |||
| 1 | LICENSE = "LGPL" | ||
| 2 | SECTION = "x11" | ||
| 3 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" | ||
| 4 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | ||
| 5 | DESCRIPTION = "Dates is a calendar application." | ||
| 6 | |||
| 7 | PV = "0.0cvs${CVSDATE}" | ||
| 8 | S = "${WORKDIR}/${PN}" | ||
| 9 | |||
| 10 | SRC_URI = "svn://svn.o-hand.com/repos/;module=${PN};proto=http" | ||
| 11 | |||
| 12 | inherit autotools pkgconfig | ||
| 13 | |||
