Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Mon, 9 Aug 2004 08:26:23 +0000 (08:26 +0000)
committerPhil Blundell <philb@gnu.org>
Mon, 9 Aug 2004 08:26:23 +0000 (08:26 +0000)
into workhouse.nexus.co.uk:/home/pb/oe/oe-packages

2004/08/09 09:25:59+01:00 nexus.co.uk!pb
fix postinst.  patch from Florian Boor.

BKrev: 4117352fnac5c9fsHTrIUhgHZE2Jrw

shared-mime-info/shared-mime-info_0.14.oe

index e69de29..cff2589 100644 (file)
@@ -0,0 +1,17 @@
+PR = "r1"
+
+DEPENDS = "libxml2"
+
+SRC_URI = "http://freedesktop.org/Software/shared-mime-info/${PN}-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+FILES_${PN} += "${datadir}/mime"
+#FILES_${PN}-doc += " ${datadir}/gtk-doc"
+
+EXTRA_OECONF = "--disable-update-mimedb"
+
+pkg_postinst () {
+  echo "Updating MIME database... this may take a while."
+  ${bindir}/update-mime-database ${datadir}/mime
+}
\ No newline at end of file