aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/libabenabler2_1.0.bb
blob: 960bb8718b651efaa90ca0591addd8dd9d4359ae (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
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;apply=yes"

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"
}

do_stage () {
	autotools_stage_all
}

SRC_URI[md5sum] = "6bb28fc35f7589b8fae2ed73f9e5e08e"
SRC_URI[sha256sum] = "901eb2cd2b817f70ee400565f714ee95b3ebed692ba37a579b6d71a21dab1a43"