summaryrefslogtreecommitdiff
path: root/packages/libschedule/libschedule_svn.bb
blob: 7a2bae0ec7148efe1424997b978014592f1e62da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "RTC alarm handling library for GPE"
MAINTAINER = "Philippe De Swert <philippedeswert@scarlet.be>"
SECTION = "gpe/libs"
PRIORITY = "optional"
LICENSE = "LGPL"
DEPENDS = "glib-2.0 sqlite libgpewidget"
PR = "r0"
PV = "0.16+svn${SRCDATE}"

DEFAULT_PREFERENCE = "-1"

inherit autotools pkgconfig gpe

SRC_URI = "svn://projects.linuxtogo.org/svn/gpe/trunk/base;module=${PN}"

S = "${WORKDIR}/${PN}"


do_stage () {
        autotools_stage_all
}