aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.15.bb
blob: 3ed7475b7fb9c32e2e4d2a3c0276d6ffbaa0dc75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SECTION = "console/utils"
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils"
DESCRIPTION = "command line utilities to work with *.desktop files"
LICENSE = "GPLv2"

LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
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}"