# SliTaz package receipt.

PACKAGE="desktop-file-utils-extra"
VERSION="0.18"
CATEGORY="x-window"
SHORT_DESC="Extra desktop file utils (install and validate)."
DEPENDS="glib"
WANTED="desktop-file-utils"
MAINTAINER="pankso@slitaz.org"
WEB_SITE="http://www.freedesktop.org/wiki/Software/desktop-file-utils"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/bin
	cp $_pkg/usr/bin/desktop-file-* $fs/usr/bin
}