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

# 0.3.1 has at least 2 known bugs which may lead to data corruption/loss:
# 1. Arbitrary cutting off of NOTE field during parsing.
# 2. Parsing only one value from CATEGORIES field.
DEFAULT_PREFERENCE = "-1"

SRC_URI = "http://www.rittau.org/mimedir/${P}.tar.gz \
	   file://mimedir-duration.diff"

inherit autotools pkgconfig

EXTRA_OECONF = "--disable-gtk-doc"

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

SRC_URI[md5sum] = "0ae54d1b2ddcd37f66bf60e4c034de51"
SRC_URI[sha256sum] = "ac400327f564031b0297ea86bd1b0466ceb8ee60138ccb186791375a5d947d77"