aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-today/gpe-today_cvs.bb
blob: a1ed5c6707d57055ba659c3eb92aefa3ba729798 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
DEFAULT_PREFERENCE = "-1"

DESCRIPTION = 	"Displays a summary of appointments and tasks for the day ahead"
DEPENDS =		"gtk+ libxrandr libxsettings libxsettings-client libgpewidget libdisplaymigration libeventdb libgpepimc libtododb"
SECTION = 		"gpe"
PRIORITY = 		"optional"


S =     		"${WORKDIR}/${PN}"
PV =        	"0.10+cvs-${CVSDATE}"
PR = 			"r0"

inherit gpe

SRC_URI =		"${HANDHELDS_CVS};module=gpe/base/${PN} \
		 		 file://Makefile.dpkg_ipkg \
    		 	 file://Makefile.translation"


do_compile () {
	sed -i 's:CVSBUILD = yes:CVSBUILD = no:' Makefile
	mkdir build
	cp ${WORKDIR}/Makefile.* build/
	oe_runmake PREFIX=${prefix}
	oe_runmake all-desktop PREFIX=${prefix}
}