diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-08-04 11:39:44 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-08 11:20:02 +0200 |
commit | a40dd855b64a67c8a357d9859cfe80c2cef780a5 (patch) | |
tree | 4de6447b0f659d995a304ee39a65996a33e59f43 /recipes | |
parent | 8e40f0f867f6c00bccb225df67598e992086eb0b (diff) |
desktop-file-utils: add 0.15
md5/sha256 already in checksums.ini
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/desktop-file-utils/desktop-file-utils_0.15.bb | 11 |
1 files changed, 11 insertions, 0 deletions
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 + |