aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libmimedir/libmimedir_0.4.2.bb
blob: 2f7cc4c3e8e9ef25c548b12c2da544e50bf2ed11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.*"