Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 1 | SECTION = "console/utils" |
| 2 | SUMMARY = "Command line utilities for working with *.desktop files" |
| 3 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils" |
| 4 | LICENSE = "GPLv2" |
| 5 | |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 7 | DEPENDS = "glib-2.0-native" |
| 8 | |
| 9 | SRC_URI = "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.xz" |
| 10 | |
| 11 | SRC_URI[md5sum] = "599133d51cc9a41bfec186414906b6f1" |
| 12 | SRC_URI[sha256sum] = "6c094031bdec46c9f621708f919084e1cb5294e2c5b1e4c883b3e70cb8903385" |
| 13 | |
| 14 | inherit autotools native |
| 15 | |
| 16 | S = "${WORKDIR}/desktop-file-utils-${PV}" |
| 17 | |
| 18 | EXTRA_OECONF += "ac_cv_prog_EMACS=no" |