shared-mime-info: fix metadata

add description and homepage, update license

Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Qing He
2010-07-02 09:43:43 +08:00
committed by Saul Wold
parent c3a20314c2
commit 5d1a64a298

View File

@@ -1,12 +1,14 @@
DESCRIPTION = "shared MIME database and spec"
HOMEPAGE = "http://freedesktop.org/wiki/Software/shared-mime-info"
SECTION = "base"
LICENSE = "GPL"
LICENSE = "GPLv2+"
SRC_URI = "http://freedesktop.org/~hadess/shared-mime-info-${PV}.tar.bz2"
DEPENDS = "libxml2 intltool-native glib-2.0 shared-mime-info-native"
DEPENDS_virtclass-native = "libxml2-native intltool-native glib-2.0-native"
PR = "r2"
SRC_URI = "http://freedesktop.org/~hadess/shared-mime-info-${PV}.tar.bz2"
inherit autotools pkgconfig gettext
EXTRA_OECONF = "--disable-update-mimedb"