[oe-commits] org.oe.dev libmimedir: Add 0.4 2

florian commit openembedded-commits at lists.openembedded.org
Mon Aug 6 15:30:03 UTC 2007


libmimedir: Add 0.4 2

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: 7594ca77919f7a46379aa87be425a9ea26155e24
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7594ca77919f7a46379aa87be425a9ea26155e24
Files:
1
packages/libmimedir/libmimedir_0.4.2.bb
Diffs:

#
# mt diff -r6e3960569cc14e640d29ca6cbeef0217be23772e -r7594ca77919f7a46379aa87be425a9ea26155e24
#
# 
# 
# add_file "packages/libmimedir/libmimedir_0.4.2.bb"
#  content [ae8e6550658cd40372965cd7ade6b56baa61cb33]
# 
============================================================
--- packages/libmimedir/libmimedir_0.4.2.bb	ae8e6550658cd40372965cd7ade6b56baa61cb33
+++ packages/libmimedir/libmimedir_0.4.2.bb	ae8e6550658cd40372965cd7ade6b56baa61cb33
@@ -0,0 +1,19 @@
+DESCRIPTION = "RFC2425 MIME Directory Profile library, supporting vCard and iCalendar"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+DEPENDS = "intltool-native"
+PR = "r0"
+
+inherit autotools pkgconfig gpe
+
+EXTRA_OECONF = "--disable-gtk-doc"
+
+do_stage() {
+    autotools_stage_all
+}
+
+
+PACKAGES += "libmimedir-utils"
+FILES_libmimedir-utils = "${bindir}"
+FILES_${PN} = "${libdir}/*.so.*"






More information about the Openembedded-commits mailing list