blob: b33a7f49eaafcb459ce25e0971bc3681525099a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
LICENSE = "LiPS"
DESCRIPTION = "LiPS address book library."
SECTION = "gpe/libs"
PRIORITY = "optional"
DEPENDS = "glib-2.0 librecord2 gconf sqlite3"
PR = "r1"
GPE_TARBALL_SUFFIX = "bz2"
inherit gpephone pkgconfig autotools
SRC_URI += "file://i18n.patch"
FILES_${PN} += "${datadir}/contact ${libdir}/lips/*.so"
FILES_${PN}-dbg += "${libdir}/lips/.debug/*.so"
do_configure_prepend () {
mkdir "${S}/po"
touch "${S}/po/POTFILES.in"
}
SRC_URI[md5sum] = "6bb28fc35f7589b8fae2ed73f9e5e08e"
SRC_URI[sha256sum] = "901eb2cd2b817f70ee400565f714ee95b3ebed692ba37a579b6d71a21dab1a43"
|