From: Steve Sakoman Date: Tue, 4 Aug 2009 18:39:44 +0000 (-0700) Subject: desktop-file-utils: add 0.15 X-Git-Tag: Release-2010-05/1~2780 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a40dd855b64a67c8a357d9859cfe80c2cef780a5;p=openembedded.git desktop-file-utils: add 0.15 md5/sha256 already in checksums.ini --- diff --git a/recipes/desktop-file-utils/desktop-file-utils_0.15.bb b/recipes/desktop-file-utils/desktop-file-utils_0.15.bb new file mode 100644 index 0000000000..08c4ca9054 --- /dev/null +++ b/recipes/desktop-file-utils/desktop-file-utils_0.15.bb @@ -0,0 +1,11 @@ +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://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz" + +inherit autotools +