aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libmimedir/libmimedir_0.4.2.bb
blob: 6364246214a59722d61db2958e1154903bef55bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "RFC2425 MIME Directory Profile library, supporting vCard and iCalendar"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPL"
DEPENDS = "intltool-native"
PR = "r0"

inherit autotools pkgconfig gpe

EXTRA_OECONF = "--disable-gtk-doc"

do_stage() {
    autotools_stage_all
}


PACKAGES += "libmimedir-utils"
FILES_libmimedir-utils = "${bindir}"
FILES_${PN} = "${libdir}/*.so.*"

SRC_URI[md5sum] = "f1e314b35923a3786e4f32b75d3d605a"
SRC_URI[sha256sum] = "dbe106443b7221b50bd50fe9463fe233dbaf6ee15f052cceedd382dedd021510"