mirror of
https://git.yoctoproject.org/poky
synced 2026-02-24 02:19:39 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@367 311d38ba-8fff-0310-9ca6-ca027cbcb966
17 lines
367 B
BlitzBasic
Executable File
17 lines
367 B
BlitzBasic
Executable File
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 = "r5"
|
|
|
|
PV = "0.0+svn${SRCDATE}"
|
|
S = "${WORKDIR}/trunk"
|
|
|
|
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
CFLAGS_prepend = " -DFRAMES=3 "
|