aboutsummaryrefslogtreecommitdiffstats
path: root/packages/desktop-file-utils
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-11-14 18:12:46 +0000
committerKoen Kooi <koen@openembedded.org>2007-11-14 18:12:46 +0000
commit7230a7a83395be04751e8ff33b0d826ae65b3181 (patch)
treec048df92a6608e0e9a3652edbd8af0e6a80a2dd8 /packages/desktop-file-utils
parent682035708391d8276a13ac00450a4ce323e37277 (diff)
downloadopenembedded-7230a7a83395be04751e8ff33b0d826ae65b3181.tar.gz
desktop-file-utils: merge from poky
Diffstat (limited to 'packages/desktop-file-utils')
-rw-r--r--packages/desktop-file-utils/desktop-file-utils-native_0.14.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/desktop-file-utils/desktop-file-utils-native_0.14.bb b/packages/desktop-file-utils/desktop-file-utils-native_0.14.bb
new file mode 100644
index 0000000000..9603982ea6
--- /dev/null
+++ b/packages/desktop-file-utils/desktop-file-utils-native_0.14.bb
@@ -0,0 +1,12 @@
+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-native"
+
+SRC_URI = "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz"
+
+inherit autotools native
+
+S = "${WORKDIR}/desktop-file-utils-${PV}"