blob: 22c821b98b4a57b02348953fd70380ac8307b6d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
LICENSE = "LGPL"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Dates is a calendar application."
PR = "r4"
PV = "0.0+svn${SRCDATE}"
S = "${WORKDIR}/${PN}"
SRC_URI = "svn://svn.o-hand.com/repos/;module=${PN};proto=http"
inherit autotools pkgconfig
CFLAGS_prepend = " -DFRAMES=5 "
|