blob: 6d01802db48ec518b43c57d2799fc77e62115e69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DESCRIPTION = "RFC2425 MIME Directory Profile library, supporting vCard and iCalendar"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPL"
DEPENDS = "intltool-native"
PR = "r1"
PV = "0.3.1+cvs-${CVSDATE}"
DEFAULT_PREFERENCE = -1
SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=libmimedir"
S = "${WORKDIR}/libmimedir"
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-gtk-doc"
PACKAGES += libmimedir-utils
FILES_libmimedir-utils = "${bindir}"
FILES_${PN} = "${libdir}"
|