blob: 21fd95fe66a5bc467c82f88ad36f366c08b4bf54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LICENSE = "LiPS"
DESCRIPTION = "LiPS address book"
SECTION = "gpe"
PRIORITY = "optional"
PR = "r0"
DEPENDS = "gtk+ libgpewidget libgpephone dbus-glib libabenabler libiac libim"
GPE_TARBALL_SUFFIX= "bz2"
inherit gpephone autotools
FILES_${PN} += "${datadir}/database"
|