diff options
author | Koen Kooi <koen@openembedded.org> | 2007-11-14 18:12:46 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-11-14 18:12:46 +0000 |
commit | 7230a7a83395be04751e8ff33b0d826ae65b3181 (patch) | |
tree | c048df92a6608e0e9a3652edbd8af0e6a80a2dd8 /packages/desktop-file-utils/desktop-file-utils-native_0.14.bb | |
parent | 682035708391d8276a13ac00450a4ce323e37277 (diff) |
desktop-file-utils: merge from poky
Diffstat (limited to 'packages/desktop-file-utils/desktop-file-utils-native_0.14.bb')
-rw-r--r-- | packages/desktop-file-utils/desktop-file-utils-native_0.14.bb | 12 |
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}" |