blob: 9603982ea64ee0c7eb72215b9db2e69459c759b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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}"
|