diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xdg-utils/xdg-utils_1.0.2.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/xdg-utils/xdg-utils_1.0.2.bb b/recipes/xdg-utils/xdg-utils_1.0.2.bb new file mode 100644 index 0000000000..d14208bbcf --- /dev/null +++ b/recipes/xdg-utils/xdg-utils_1.0.2.bb @@ -0,0 +1,7 @@ +DESCRIPTION = "xdg-utils: command line tools for desktop integration tasks" +LICENSE = "MIT" + +SRC_URI = "http://portland.freedesktop.org/download/${PN}-${PV}.tgz" + +inherit autotools + |