aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libmimedir/libmimedir_svn.bb
blob: 8bd7cc47ca8485641500a2bb0363914b3aebf69b (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
27
28
DESCRIPTION = "RFC2425 MIME Directory Profile library, supporting vCard and iCalendar"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPL"
DEPENDS = "intltool-native"

DEFAULT_PREFERENCE = "-1"

PV = "0.4.1+svn${SRCDATE}"
PR = "r1"

SRC_URI = "${GPE_SVN}"

S = "${WORKDIR}/libmimedir"

inherit autotools pkgconfig lib_package

EXTRA_OECONF = "--disable-gtk-doc"

do_stage() {
        autotools_stage_all
}

PACKAGES += "libmimedir-utils"

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