[oe-commits] Koen Kooi : desktop-file-utils: add 0.16

git version control git at git.openembedded.org
Tue Mar 16 17:10:11 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 969424adc3187312fa92456733edd861d1dc61d3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=969424adc3187312fa92456733edd861d1dc61d3

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Mar 16 15:37:32 2010 +0100

desktop-file-utils: add 0.16

---

 .../desktop-file-utils/desktop-file-utils_0.16.bb  |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/recipes/desktop-file-utils/desktop-file-utils_0.16.bb b/recipes/desktop-file-utils/desktop-file-utils_0.16.bb
new file mode 100644
index 0000000..9492205
--- /dev/null
+++ b/recipes/desktop-file-utils/desktop-file-utils_0.16.bb
@@ -0,0 +1,15 @@
+SECTION = "console/utils"
+HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils"
+DESCRIPTION = "command line utilities to work with *.desktop files"
+LICENSE = "GPL"
+
+DEPENDS = "glib-2.0"
+
+SRC_URI = "http://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.bz2;name=archive"
+SRC_URI[archive.md5sum] = "6811712bced796d025d1a8a0f728d941"
+SRC_URI[archive.sha256sum] = "7960be4bf7aa4b4698e8ea333cfa0bbfa7a169029e85d6a8b5390f625155c9a3"
+
+inherit autotools
+
+BBCLASSEXTEND = "native"
+NATIVE_INSTALL_WORKS = "1"





More information about the Openembedded-commits mailing list