Add desktop-file-utils -native

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3150 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-11-14 09:36:30 +00:00
parent 7c189eeb98
commit 9e0b8d9bdb

View File

@@ -0,0 +1,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}"