diff options
Diffstat (limited to 'meta/packages/dates/dates_0.1.bb')
| -rwxr-xr-x | meta/packages/dates/dates_0.1.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/dates/dates_0.1.bb b/meta/packages/dates/dates_0.1.bb new file mode 100755 index 0000000000..b13fb01905 --- /dev/null +++ b/meta/packages/dates/dates_0.1.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 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 | SRC_URI = "http://projects.o-hand.com/sources/dates/dates-0.1.tar.gz" | ||
| 8 | |||
| 9 | inherit autotools pkgconfig gtk-icon-cache | ||
| 10 | |||
| 11 | # EXTRA_OECONF = "--disable-debug" | ||
| 12 | |||
| 13 | FILES_${PN} += "${datadir}/pixmaps/dates.png" | ||
| 14 | |||
| 15 | do_install_append () { | ||
| 16 | install -d ${D}/${datadir}/pixmaps | ||
| 17 | install -m 0644 ${D}/${datadir}/icons/hicolor/48x48/apps/dates.png ${D}/${datadir}/pixmaps/ | ||
| 18 | } | ||
| 19 | |||
