Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils" |
| 2 | DESCRIPTION = "desktop-file-utils contains a few command line utilities for working with desktop entries:" |
| 3 | LICENSE = "GPLv2+" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 5 | |
| 6 | DEPENDS = "glib-2.0" |
| 7 | |
| 8 | PR = "r1" |
| 9 | |
| 10 | SRC_URI = "http://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.bz2" |
| 11 | SRC_URI[md5sum] = "d966b743eb394650f98d5dd56b9aece1" |
| 12 | SRC_URI[sha256sum] = "d9449956c1c8caa75281a3322b2bb433db42610942f0ceeaa65ccd9636c04231" |
| 13 | |
| 14 | inherit autotools pkgconfig |
| 15 | |
| 16 | CACHED_CONFIGUREVARS += "ac_cv_prog_EMACS=no" |
| 17 | |
| 18 | BBCLASSEXTEND = "native" |