aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-today/gpe-today_cvs.bb
blob: 2fe3a039c168fd172cef63b819d42ad8206964b5 (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.0.10+cvs-${CVSDATE}"
PR = 			"r0"

inherit gpe

SRC_URI =		"cvs://anoncvs:anoncvs@cvs.handhelds.org/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}
}