blob: cb913bc663626fb710dc02a9a89502afec7b89a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
LICENSE = "LiPS"
DESCRIPTION = "LiPS address book"
SECTION = "gpe"
PRIORITY = "optional"
PR = "r0"
PV = "0.1+svnr-${SRCREV}"
DEFAULT_PREFERENCE = "-1"
DEPENDS = "gtk+ libgpewidget libgpephone dbus-glib libabenabler libiac libim"
inherit gpephone autotools
SRC_URI = "${GPEPHONE_SVN}"
S = "${WORKDIR}/${PN}"
FILES_${PN} += "${datadir}/database"
|