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

DEFAULT_PREFERENCE = 1

SRC_URI = "http://www.rittau.org/mimedir/${P}.tar.gz"

inherit autotools pkgconfig

EXTRA_OECONF = "--disable-gtk-doc"

do_stage() {
autotools_stage_all
}