summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/desktop-file-utils/desktop-file-utils_0.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/desktop-file-utils/desktop-file-utils_0.18.bb')
-rw-r--r--meta-gnome/recipes-gnome/desktop-file-utils/desktop-file-utils_0.18.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/desktop-file-utils/desktop-file-utils_0.18.bb b/meta-gnome/recipes-gnome/desktop-file-utils/desktop-file-utils_0.18.bb
new file mode 100644
index 000000000..57a8720f2
--- /dev/null
+++ b/meta-gnome/recipes-gnome/desktop-file-utils/desktop-file-utils_0.18.bb
@@ -0,0 +1,18 @@
1HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils"
2DESCRIPTION = "desktop-file-utils contains a few command line utilities for working with desktop entries:"
3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5
6DEPENDS = "glib-2.0"
7
8PR = "r1"
9
10SRC_URI = "http://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.bz2"
11SRC_URI[md5sum] = "d966b743eb394650f98d5dd56b9aece1"
12SRC_URI[sha256sum] = "d9449956c1c8caa75281a3322b2bb433db42610942f0ceeaa65ccd9636c04231"
13
14inherit autotools pkgconfig
15
16CACHED_CONFIGUREVARS += "ac_cv_prog_EMACS=no"
17
18BBCLASSEXTEND = "native"