dates: add 0.2
authorKoen Kooi <koen@openembedded.org>
Tue, 16 Jan 2007 13:24:50 +0000 (13:24 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 16 Jan 2007 13:24:50 +0000 (13:24 +0000)
packages/dates/dates_0.2.bb [new file with mode: 0755]

diff --git a/packages/dates/dates_0.2.bb b/packages/dates/dates_0.2.bb
new file mode 100755 (executable)
index 0000000..0870313
--- /dev/null
@@ -0,0 +1,12 @@
+DESCRIPTION = "Dates is a calendar application."
+SECTION = "x11"
+LICENSE = "LGPL"
+
+DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
+
+SRC_URI = "http://projects.o-hand.com/sources/dates/${P}.tar.gz"
+
+inherit autotools pkgconfig gtk-icon-cache
+
+FILES_${PN} += "${datadir}/pixmaps/dates.png"
+