blob: f3adcc22f4dcd234d3eab393395ce16ea36d5ff6 (
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 glib-2.0"
PR = "r2"
DEFAULT_PREFERENCE = "5"
SRCDATE = "20060804"
PV = "0.4.0+cvs${SRCDATE}"
SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=libmimedir \
file://mimedir-update.patch;patch=1 \
file://mimedir-write-sequence.patch;patch=1;pnum=0 \
file://gslist-fix.patch;patch=1"
S = "${WORKDIR}/libmimedir"
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-gtk-doc"
do_stage() {
autotools_stage_all
}
PACKAGES =+ libmimedir-utils
PACKAGES_DYNAMIC = "libmimedir-0.4*"
FILES_libmimedir-utils = "${bindir}/"
|