summaryrefslogtreecommitdiff
path: root/shared-mime-info/shared-mime-info_0.14.oe
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-08-09 08:26:23 +0000
committerPhil Blundell <philb@gnu.org>2004-08-09 08:26:23 +0000
commitfa96ab97c402c25d9010e6fc436903b8f13ed871 (patch)
tree9acf7dbb1f703d720dd80cf22730ea79fbbde6ac /shared-mime-info/shared-mime-info_0.14.oe
parentde9bea9e2c03e65dac949e3dafd42e2f38837008 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
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
Diffstat (limited to 'shared-mime-info/shared-mime-info_0.14.oe')
-rw-r--r--shared-mime-info/shared-mime-info_0.14.oe17
1 files changed, 17 insertions, 0 deletions
diff --git a/shared-mime-info/shared-mime-info_0.14.oe b/shared-mime-info/shared-mime-info_0.14.oe
index e69de29bb2..cff25897ec 100644
--- a/shared-mime-info/shared-mime-info_0.14.oe
+++ b/shared-mime-info/shared-mime-info_0.14.oe
@@ -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