blob: 08c4ca9054885830ff7c4875facf92ef67b5c2df (
plain)
1
2
3
4
5
6
7
8
9
10
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
|