blob: bba04014a06e76b0be6a897f7d3ccb470d66061b (
plain)
1
2
3
4
5
6
7
8
9
|
HOMEPAGE = "http://www.freedesktop.org/Software/desktop-file-utils"
DESCRIPTION = "command line utilities to work with *.desktop files"
DEPENDS = "virtual/libc popt glib-2.0"
RDEPENDS = "libc6 popt glib-2.0"
SRC_URI = "http://freedesktop.org/Software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz \
file://${FILESDIR}/m4.patch;patch=1"
inherit autotools libtool
|