--- /dev/null
+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
+}
LICENSE = "LGPL"
DEPENDS = "intltool-native"
PR = "r0"
-PV = "0.0+cvs-${CVSDATE}"
+PV = "0.3.1+cvs-${CVSDATE}"
-DEFAULT_PREFERENCE = 1
+DEFAULT_PREFERENCE = -1
SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=libmimedir"
S = "${WORKDIR}/libmimedir"